net.sourceforge.rapidprops
Class Props.ToLowerCase

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

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

A handler that converts the string to lower case.


Constructor Summary
Props.ToLowerCase()
           
 
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.ToLowerCase

public Props.ToLowerCase()
Method Detail

handle

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