Uses of Interface
org.eclipse.epsilon.workflow.tasks.hosts.Host
-
Packages that use Host Package Description org.eclipse.epsilon.workflow.tasks.hosts -
-
Uses of Host in org.eclipse.epsilon.workflow.tasks.hosts
Classes in org.eclipse.epsilon.workflow.tasks.hosts that implement Host Modifier and Type Class Description class
DefaultHost
class
EclipseHost
Fields in org.eclipse.epsilon.workflow.tasks.hosts declared as Host Modifier and Type Field Description protected static Host
HostManager. host
Fields in org.eclipse.epsilon.workflow.tasks.hosts with type parameters of type Host Modifier and Type Field Description protected static java.util.ArrayList<Host>
HostManager. supportedHosts
Methods in org.eclipse.epsilon.workflow.tasks.hosts that return Host Modifier and Type Method Description protected static Host
HostManager. createHost()
static Host
HostManager. getHost()
Methods in org.eclipse.epsilon.workflow.tasks.hosts that return types with arguments of type Host Modifier and Type Method Description static java.util.ArrayList<Host>
HostManager. getSupportedHosts()
Methods in org.eclipse.epsilon.workflow.tasks.hosts with parameters of type Host Modifier and Type Method Description static void
HostManager. setHost(Host host)
-