org.milyn.function
Class UpperCaseFunction

java.lang.Object
  extended by org.milyn.function.UpperCaseFunction

public class UpperCaseFunction
extends Object


Constructor Summary
UpperCaseFunction()
           
 
Method Summary
 String execute(String input)
          Applies the function
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpperCaseFunction

public UpperCaseFunction()
Method Detail

execute

public String execute(String input)
Applies the function

Parameters:
input - The String
Returns:
The manipulated String


Copyright © 2018. All rights reserved.