com.jeffpalm.basic.util
Class Appender

java.lang.Object
  extended by com.jeffpalm.basic.util.Appender
All Implemented Interfaces:
IAppendable

public final class Appender
extends java.lang.Object
implements IAppendable


Constructor Summary
Appender()
           
 
Method Summary
 void clear()
           
 void dedent()
           
 java.lang.String dump()
           
 void indent()
           
 void newline(java.lang.Object str)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Appender

public Appender()
Method Detail

indent

public void indent()
Specified by:
indent in interface IAppendable

dedent

public void dedent()
Specified by:
dedent in interface IAppendable

newline

public void newline(java.lang.Object str)
Specified by:
newline in interface IAppendable

dump

public java.lang.String dump()
Specified by:
dump in interface IAppendable

clear

public void clear()
Specified by:
clear in interface IAppendable