net.sourceforge.rapidprops
Interface Props.Handler

All Known Implementing Classes:
Props.NoHandling, Props.ToCapitalizedFirstLetter, Props.ToLowerCase, Props.ToUpperCase
Enclosing class:
Props

public static interface Props.Handler

Provides a handling method used to adjust a string.


Method Summary
 java.lang.String handle(java.lang.String data)
           
 

Method Detail

handle

java.lang.String handle(java.lang.String data)