net.sourceforge.rapidprops
Class Props.NoHandling

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

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

A handler that does not change the data.


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

public Props.NoHandling()
Method Detail

handle

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