Constructor and Description |
---|
DefaultHost() |
Modifier and Type | Method and Description |
---|---|
void |
addNativeTypeDelegates(IEolExecutableModule module) |
void |
addStopCapabilities(org.apache.tools.ant.Project project,
IEolExecutableModule module) |
void |
configureUserInput(IEolExecutableModule module,
boolean isGui) |
IModel |
createModel(java.lang.String type) |
java.lang.Object |
debug(IEolExecutableModule module,
java.io.File file) |
void |
initialise() |
boolean |
isRunning() |
boolean |
supportsDebugging() |
public void addNativeTypeDelegates(IEolExecutableModule module)
addNativeTypeDelegates
in interface Host
public void addStopCapabilities(org.apache.tools.ant.Project project, IEolExecutableModule module)
addStopCapabilities
in interface Host
public void initialise()
initialise
in interface Host
public java.lang.Object debug(IEolExecutableModule module, java.io.File file) throws java.lang.Exception
public boolean supportsDebugging()
supportsDebugging
in interface Host
public void configureUserInput(IEolExecutableModule module, boolean isGui)
configureUserInput
in interface Host
public IModel createModel(java.lang.String type) throws org.apache.tools.ant.BuildException
createModel
in interface Host
org.apache.tools.ant.BuildException