org.objectweb.celtix.tools.common.toolspec.ToolContainer Maven / Gradle / Ivy
The newest version!
package org.objectweb.celtix.tools.common.toolspec;
import org.objectweb.celtix.tools.common.ToolException;
import org.objectweb.celtix.tools.common.toolspec.parser.BadUsageException;
public interface ToolContainer {
void setCommandLine(String[] args) throws BadUsageException;
void init() throws ToolException;
void execute(boolean exitOnFinish) throws ToolException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy