public class TaskBase
extends org.apache.tools.ant.Task
Constructor and Description |
---|
TaskBase() |
Modifier and Type | Method and Description |
---|---|
protected Config |
_getConfig()
Locate the configuration to use when talking to the server
|
void |
execute()
Execute the ant task.
|
protected void |
executeEx()
Do the work
|
static BaseData |
locateBaseData(org.apache.tools.ant.Project project,
Config config,
org.apache.tools.ant.types.Reference ref) |
protected BaseData |
locateBaseData(org.apache.tools.ant.types.Reference ref)
Retrieve the IBaseDataKeyID in ref and return the keyID
|
static java.lang.String |
locateBaseDataID(org.apache.tools.ant.Project project,
org.apache.tools.ant.types.Reference ref) |
protected java.lang.String |
locateBaseDataID(org.apache.tools.ant.types.Reference ref)
Retrieve the IBaseDataKeyID in ref and return the keyID
|
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 void execute() throws org.apache.tools.ant.BuildException
executeEx()
and wrap any exception in a BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
protected void executeEx() throws java.lang.Exception
java.lang.Exception
protected java.lang.String locateBaseDataID(org.apache.tools.ant.types.Reference ref)
public static java.lang.String locateBaseDataID(org.apache.tools.ant.Project project, org.apache.tools.ant.types.Reference ref)
protected BaseData locateBaseData(org.apache.tools.ant.types.Reference ref) throws java.rmi.RemoteException
java.rmi.RemoteException
public static BaseData locateBaseData(org.apache.tools.ant.Project project, Config config, org.apache.tools.ant.types.Reference ref) throws java.rmi.RemoteException
java.rmi.RemoteException
protected Config _getConfig()