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:
Cloneable
public class StringUtilTask
extends org.apache.tools.ant.Task
Copyright 2003
- Version:
- $Revision: 138 $
-
Field Summary
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapperFields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddIndexOf(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(String name) Sets the property attribute of the StringUtilTask objectvoidSets the string attribute of the StringUtilTask objectMethods 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, setTaskTypeMethods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Constructor Details
-
StringUtilTask
public StringUtilTask()
-
-
Method Details
-
setString
Sets the string attribute of the StringUtilTask object- Parameters:
string- The new string value
-
setProperty
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
-