public class CompileHandler extends java.lang.Object implements ParameterWindowListener
Constructor and Description |
---|
CompileHandler(boolean automatedCompile,
ToolTable tools)
Construct a compile handler that will be used to automatically compile tools.
|
CompileHandler(Tool tool,
ToolTable tools)
Construct a compiler handler for compiling a specified tool
|
Modifier and Type | Method and Description |
---|---|
void |
compile() |
void |
compileGUI(Tool tool) |
void |
compileTargetTool(Tool tool) |
void |
parameterWindowHidden(ParameterWindow paramwin) |
public CompileHandler(boolean automatedCompile, ToolTable tools)
automatedCompile
- if true reports will be append to a dialog and compilation won't be interuptedpublic void compileTargetTool(Tool tool)
public void parameterWindowHidden(ParameterWindow paramwin)
parameterWindowHidden
in interface ParameterWindowListener
public void compile()
public void compileGUI(Tool tool) throws java.io.FileNotFoundException, CompilerException
java.io.FileNotFoundException
CompilerException