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

eu.sealsproject.platform.res.tool.api.IToolBridge Maven / Gradle / Ivy

The newest version!
package eu.sealsproject.platform.res.tool.api;

public abstract interface IToolBridge
        extends IPlugin {

    public abstract boolean canExecute();

    public abstract ToolType getType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy