de.enough.polish.propertyfunctions
Class LowerCaseFunction

java.lang.Object
  extended by de.enough.polish.Extension
      extended by de.enough.polish.propertyfunctions.PropertyFunction
          extended by 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

Field Summary
 
Fields inherited from class de.enough.polish.Extension
antProject, autoStartCondition, environment, extensionDefinition, extensionManager, extensionSetting, extensionTypeDefinition, isBuildStarted
 
Constructor Summary
LowerCaseFunction()
          Creates a new lowercase function
 
Method Summary
 String process(String input, String[] arguments, Environment env)
          Processes the given input.
 
Methods inherited from class de.enough.polish.propertyfunctions.PropertyFunction
execute, needsDefinedPropertyValue
 
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
 

Constructor Detail

LowerCaseFunction

public LowerCaseFunction()
Creates a new lowercase function

Method Detail

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 input
arguments - any additional arguments, null if none are given
env - the environment settings
Returns:
the processed input