net.sourceforge.rapidprops
Class Props.ToCapitalizedFirstLetter

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

public static class Props.ToCapitalizedFirstLetter
extends java.lang.Object
implements Props.Handler


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

public Props.ToCapitalizedFirstLetter()
Method Detail

handle

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