Package de.hybris.ant.taskdefs
Class FirstLetterUpperCase
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- de.hybris.ant.taskdefs.FirstLetterUpperCase
-
- All Implemented Interfaces:
java.lang.Cloneable
public class FirstLetterUpperCase extends org.apache.tools.ant.TaskUppercases the first letter of a property value.
-
-
Constructor Summary
Constructors Constructor Description FirstLetterUpperCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()voidinit()Initializes the task.voidsetProperty(java.lang.String property)-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
init
public void init()
Initializes the task.- Overrides:
initin classorg.apache.tools.ant.Task
-
setProperty
public void setProperty(java.lang.String property) throws org.apache.tools.ant.BuildException- Throws:
org.apache.tools.ant.BuildException
-
execute
public void execute() throws org.apache.tools.ant.BuildException- Overrides:
executein classorg.apache.tools.ant.Task- Throws:
org.apache.tools.ant.BuildException
-
-