public class StringUtilTask
extends org.apache.tools.ant.Task
Constructor and Description |
---|
StringUtilTask() |
Modifier and Type | Method and Description |
---|---|
void |
addIndexOf(ise.antelope.tasks.typedefs.string.IndexOf op) |
void |
addLastIndexOf(ise.antelope.tasks.typedefs.string.LastIndexOf op) |
void |
addLength(ise.antelope.tasks.typedefs.string.Length op) |
void |
addLowercase(ise.antelope.tasks.typedefs.string.LowerCase op) |
void |
addMessagebox(ise.antelope.tasks.typedefs.string.MessageBox op) |
void |
addReplace(ise.antelope.tasks.typedefs.string.Replace op) |
void |
addSort(ise.antelope.tasks.typedefs.string.Sort op) |
void |
addStringOp(ise.antelope.tasks.typedefs.string.StringOp op)
Adds a feature to the StringOp attribute of the StringUtilTask object
|
void |
addSubstring(ise.antelope.tasks.typedefs.string.Substring op) |
void |
addTrim(ise.antelope.tasks.typedefs.string.Trim op) |
void |
addUppercase(ise.antelope.tasks.typedefs.string.UpperCase op) |
void |
execute()
Description of the Method
|
void |
setProperty(java.lang.String name)
Sets the property attribute of the StringUtilTask object
|
void |
setString(java.lang.String string)
Sets the string attribute of the StringUtilTask object
|
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 setString(java.lang.String string)
string
- The new string valuepublic void setProperty(java.lang.String name)
name
- The new property valuepublic void addStringOp(ise.antelope.tasks.typedefs.string.StringOp op)
op
- The feature to be added to the StringOp attributepublic void addLowercase(ise.antelope.tasks.typedefs.string.LowerCase op)
public void addUppercase(ise.antelope.tasks.typedefs.string.UpperCase op)
public void addTrim(ise.antelope.tasks.typedefs.string.Trim op)
public void addSubstring(ise.antelope.tasks.typedefs.string.Substring op)
public void addReplace(ise.antelope.tasks.typedefs.string.Replace op)
public void addIndexOf(ise.antelope.tasks.typedefs.string.IndexOf op)
public void addLastIndexOf(ise.antelope.tasks.typedefs.string.LastIndexOf op)
public void addLength(ise.antelope.tasks.typedefs.string.Length op)
public void addSort(ise.antelope.tasks.typedefs.string.Sort op)
public void addMessagebox(ise.antelope.tasks.typedefs.string.MessageBox op)
public void execute()
execute
in class org.apache.tools.ant.Task