Class ClientTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- net.sf.antcontrib.antserver.client.ClientTask
-
- All Implemented Interfaces:
java.lang.Cloneable
public class ClientTask extends org.apache.tools.ant.Task
Place class description here.- Since:
- Author:
- Matthew Inger,
-
-
Constructor Summary
Constructors Constructor Description ClientTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addConfiguredRunAnt(RunAntCommand cmd)
void
addConfiguredRunTarget(RunTargetCommand cmd)
void
addConfiguredSendFile(SendFileCommand cmd)
void
addConfiguredShutdown(ShutdownCommand cmd)
void
execute()
void
setFailOnError(boolean failOnError)
void
setMachine(java.lang.String machine)
void
setPersistant(boolean persistant)
void
setPort(int port)
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
setMachine
public void setMachine(java.lang.String machine)
-
setPort
public void setPort(int port)
-
setPersistant
public void setPersistant(boolean persistant)
-
setFailOnError
public void setFailOnError(boolean failOnError)
-
addConfiguredShutdown
public void addConfiguredShutdown(ShutdownCommand cmd)
-
addConfiguredRunTarget
public void addConfiguredRunTarget(RunTargetCommand cmd)
-
addConfiguredRunAnt
public void addConfiguredRunAnt(RunAntCommand cmd)
-
addConfiguredSendFile
public void addConfiguredSendFile(SendFileCommand cmd)
-
execute
public void execute()
- Overrides:
execute
in classorg.apache.tools.ant.Task
-
-