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

utils.sacha.interfaces.IEclipseConfigurable Maven / Gradle / Ivy

The newest version!
package utils.sacha.interfaces;

public interface IEclipseConfigurable {

	void setEclipseMetadataFolder(String folderName);

	void setEclipseProject(String projectName);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy