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

eu.unicore.ucc.ProvidedCommands Maven / Gradle / Ivy

The newest version!
package eu.unicore.ucc;

/**
 * this interface is used to dynamically load the provided commands via
 * the ServiceLoader mechanism
 *
 * @since 1.4.0
 * @author schuller
 */
public interface ProvidedCommands {

	/**
	 * get the list of {@link Command} instances that are provided
	 */
	public Command[]getCommands();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy