com.tonbeller.tbutils.res
Class StringDumper

java.lang.Object
  extended bycom.tonbeller.tbutils.res.StringDumper
All Implemented Interfaces:
Dumper

public class StringDumper
extends java.lang.Object
implements Dumper

dumps into StringBuffer


Constructor Summary
StringDumper()
           
 
Method Summary
protected  boolean accept(java.lang.String name)
          return false for properties that should not be visible in the log file, e.g. passwords etc.
 void dump(ResourceProvider p)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringDumper

public StringDumper()
Method Detail

accept

protected boolean accept(java.lang.String name)
return false for properties that should not be visible in the log file, e.g. passwords etc.


dump

public void dump(ResourceProvider p)
Specified by:
dump in interface Dumper

toString

public java.lang.String toString()