net.sourceforge.rapidprops
Class Props.ToUpperCase

java.lang.Object
  extended by net.sourceforge.rapidprops.Props.ToUpperCase
All Implemented Interfaces:
Props.Handler
Enclosing class:
Props

public static final class Props.ToUpperCase
extends java.lang.Object
implements Props.Handler

A handler that converts the string to upper case.


Constructor Summary
Props.ToUpperCase()
           
 
Method Summary
 java.lang.String handle(java.lang.String data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Props.ToUpperCase

public Props.ToUpperCase()
Method Detail

handle

public java.lang.String handle(java.lang.String data)
Specified by:
handle in interface Props.Handler