Class StartDebugServerTask

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.eclipse.epsilon.workflow.tasks.EpsilonTask
org.eclipse.epsilon.workflow.tasks.debug.StartDebugServerTask
All Implemented Interfaces:
Cloneable

public class StartDebugServerTask extends EpsilonTask
  • Constructor Details

    • StartDebugServerTask

      public StartDebugServerTask()
  • Method Details

    • executeImpl

      public void executeImpl() throws org.apache.tools.ant.BuildException
      Specified by:
      executeImpl in class EpsilonTask
      Throws:
      org.apache.tools.ant.BuildException
    • getPort

      public int getPort()
    • setPort

      public void setPort(int port)
    • getHost

      public String getHost()
    • setHost

      public void setHost(String host)