de.enough.polish.propertyfunctions
Class LowerCaseFunction
java.lang.Object
de.enough.polish.Extension
de.enough.polish.propertyfunctions.PropertyFunction
de.enough.polish.propertyfunctions.LowerCaseFunction
public class LowerCaseFunction
- extends PropertyFunction
Converts a given value into lowercase.
Copyright Enough Software 2005
history
25-Apr-2005 - rob creation
- Author:
- Robert Virkus, j2mepolish@enough.de
| Methods inherited from class de.enough.polish.Extension |
configure, executeAntTarget, executeAntTarget, finalize, getAntProject, getAutoStartCondition, getEnvironment, getExtensionDefinition, getExtensionSetting, getInstance, getParameterValue, getType, init, initialize, isConditionFulfilled, notifyBuildEnd, notifyBuildStart |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LowerCaseFunction
public LowerCaseFunction()
- Creates a new lowercase function
process
public String process(String input,
String[] arguments,
Environment env)
- Description copied from class:
PropertyFunction
- Processes the given input.
- Specified by:
process in class PropertyFunction
- Parameters:
input - the inputarguments - any additional arguments, null if none are givenenv - the environment settings
- Returns:
- the processed input