Class EclipseHost
- java.lang.Object
-
- org.eclipse.epsilon.workflow.tasks.hosts.EclipseHost
-
-
Constructor Summary
Constructors Constructor Description EclipseHost()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addNativeTypeDelegates(IEolModule module)
void
addStopCapabilities(org.apache.tools.ant.Project project, IEolModule module)
void
configureUserInput(IEolModule module, boolean isGui)
IModel
createModel(String type)
Object
debug(IEolModule module, File file)
<T> List<T>
getExtensionsOfType(Class<T> klazz)
void
initialise()
boolean
isRunning()
boolean
supportsDebugging()
-
-
-
Method Detail
-
addNativeTypeDelegates
public void addNativeTypeDelegates(IEolModule module)
- Specified by:
addNativeTypeDelegates
in interfaceHost
-
addStopCapabilities
public void addStopCapabilities(org.apache.tools.ant.Project project, IEolModule module)
- Specified by:
addStopCapabilities
in interfaceHost
-
initialise
public void initialise()
- Specified by:
initialise
in interfaceHost
-
debug
public Object debug(IEolModule module, File file) throws Exception
-
supportsDebugging
public boolean supportsDebugging()
- Specified by:
supportsDebugging
in interfaceHost
-
configureUserInput
public void configureUserInput(IEolModule module, boolean isGui)
- Specified by:
configureUserInput
in interfaceHost
-
createModel
public IModel createModel(String type) throws org.apache.tools.ant.BuildException
- Specified by:
createModel
in interfaceHost
- Throws:
org.apache.tools.ant.BuildException
-
-