public abstract class AbstractTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
AbstractTask()
Constructor
|
Modifier and Type | Method and Description |
---|---|
abstract void |
execute() |
java.lang.String |
getHost()
Get the host
|
int |
getPort()
Get the port
|
void |
setHost(java.lang.String v)
Set the host
|
void |
setPort(int v)
Set the port
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public java.lang.String getHost()
public void setHost(java.lang.String v)
v
- The valuepublic int getPort()
public void setPort(int v)
v
- The valuepublic abstract void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)