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