Package ise.antelope.tasks
Class StringUtilTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ise.antelope.tasks.StringUtilTask
-
- All Implemented Interfaces:
java.lang.Cloneable
public class StringUtilTask extends org.apache.tools.ant.TaskCopyright 2003- Version:
- $Revision: 138 $
-
-
Constructor Summary
Constructors Constructor Description StringUtilTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddIndexOf(ise.antelope.tasks.typedefs.string.IndexOf op)voidaddLastIndexOf(ise.antelope.tasks.typedefs.string.LastIndexOf op)voidaddLength(ise.antelope.tasks.typedefs.string.Length op)voidaddLowercase(ise.antelope.tasks.typedefs.string.LowerCase op)voidaddMessagebox(ise.antelope.tasks.typedefs.string.MessageBox op)voidaddReplace(ise.antelope.tasks.typedefs.string.Replace op)voidaddSort(ise.antelope.tasks.typedefs.string.Sort op)voidaddStringOp(ise.antelope.tasks.typedefs.string.StringOp op)Adds a feature to the StringOp attribute of the StringUtilTask objectvoidaddSubstring(ise.antelope.tasks.typedefs.string.Substring op)voidaddTrim(ise.antelope.tasks.typedefs.string.Trim op)voidaddUppercase(ise.antelope.tasks.typedefs.string.UpperCase op)voidexecute()Description of the MethodvoidsetProperty(java.lang.String name)Sets the property attribute of the StringUtilTask objectvoidsetString(java.lang.String string)Sets the string attribute of the StringUtilTask object-
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
-
setString
public void setString(java.lang.String string)
Sets the string attribute of the StringUtilTask object- Parameters:
string- The new string value
-
setProperty
public void setProperty(java.lang.String name)
Sets the property attribute of the StringUtilTask object- Parameters:
name- The new property value
-
addStringOp
public void addStringOp(ise.antelope.tasks.typedefs.string.StringOp op)
Adds a feature to the StringOp attribute of the StringUtilTask object- Parameters:
op- The feature to be added to the StringOp attribute
-
addLowercase
public void addLowercase(ise.antelope.tasks.typedefs.string.LowerCase op)
-
addUppercase
public void addUppercase(ise.antelope.tasks.typedefs.string.UpperCase op)
-
addTrim
public void addTrim(ise.antelope.tasks.typedefs.string.Trim op)
-
addSubstring
public void addSubstring(ise.antelope.tasks.typedefs.string.Substring op)
-
addReplace
public void addReplace(ise.antelope.tasks.typedefs.string.Replace op)
-
addIndexOf
public void addIndexOf(ise.antelope.tasks.typedefs.string.IndexOf op)
-
addLastIndexOf
public void addLastIndexOf(ise.antelope.tasks.typedefs.string.LastIndexOf op)
-
addLength
public void addLength(ise.antelope.tasks.typedefs.string.Length op)
-
addSort
public void addSort(ise.antelope.tasks.typedefs.string.Sort op)
-
addMessagebox
public void addMessagebox(ise.antelope.tasks.typedefs.string.MessageBox op)
-
execute
public void execute()
Description of the Method- Overrides:
executein classorg.apache.tools.ant.Task
-
-