Class Dumpable.DumpAppendable
java.lang.Object
org.eclipse.jetty.util.component.Dumpable.DumpAppendable
- All Implemented Interfaces:
 Appendable
- Enclosing interface:
 Dumpable
An Appendable that helps avoid dump cycles.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(CharSequence csq) append(CharSequence csq, int start, int end) static Dumpable.DumpAppendableensure(Appendable out) toString()static voidvisit(Appendable out, Object item)  
- 
Constructor Details
- 
DumpAppendable
public DumpAppendable() - 
DumpAppendable
 
 - 
 - 
Method Details
- 
ensure
 - 
visit
 - 
append
- Specified by:
 appendin interfaceAppendable- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Throws:
 IOException
 - 
append
- Specified by:
 appendin interfaceAppendable- Throws:
 IOException
 - 
toString
 
 -