public abstract class RefTaskBase extends SOAPstationTaskBase
BaseData.
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
itMustExists |
protected BaseData |
itsFound |
protected java.lang.String |
itsName |
protected org.apache.tools.ant.types.Reference |
itsRefid |
| Constructor and Description |
|---|
RefTaskBase() |
| Modifier and Type | Method and Description |
|---|---|
protected BaseData |
_getBDToFind()
Get the BaseData that we will be searching for
|
protected java.lang.Class |
_getRefType()
What type of BaseData class should we be referencing?
|
protected BaseData |
doFind() |
protected BaseData |
locateBaseData()
Locate the BaseData that we are referencing
|
protected java.lang.String |
locateBaseDataID()
Locate the KeyID of the BaseData that we are referencing
|
void |
setName(java.lang.String val) |
void |
setRefid(org.apache.tools.ant.types.Reference val) |
_getConfig, _getSSTConfig, createTask, setSOAPstationRefexecute, executeEx, locateBaseData, locateBaseData, locateBaseDataID, locateBaseDataIDbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected BaseData itsFound
protected boolean itMustExists
protected org.apache.tools.ant.types.Reference itsRefid
protected java.lang.String itsName
public void setRefid(org.apache.tools.ant.types.Reference val)
public void setName(java.lang.String val)
protected java.lang.Class _getRefType()
protected BaseData _getBDToFind() throws java.lang.Exception
java.lang.Exceptionprotected BaseData locateBaseData() throws java.lang.Exception
java.lang.Exceptionprotected java.lang.String locateBaseDataID()
throws java.lang.Exception
java.lang.Exceptionprotected BaseData doFind() throws java.lang.Exception
java.lang.Exception