All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bidib.wizard.nodescript.resources.syncer.ResourcesSyncer Maven / Gradle / Ivy

package org.bidib.wizard.nodescript.resources.syncer;

import org.apache.commons.vfs2.FileSystemException;

public interface ResourcesSyncer {
    void syncResources() throws FileSystemException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy