Class NamingDump
java.lang.Object
org.eclipse.jetty.util.jndi.NamingDump
- All Implemented Interfaces:
 Dumpable
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer, Dumpable.DumpAppendable - 
Field Summary
 - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddump(Appendable out, String indent) Dump this object (and children) into an Appendable using the provided indent after any new lines. 
- 
Constructor Details
- 
NamingDump
public NamingDump() - 
NamingDump
 
 - 
 - 
Method Details
- 
dump
Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped. 
 -