Package org.eclipse.jetty.plus.jndi
Class NamingDump
java.lang.Object
org.eclipse.jetty.plus.jndi.NamingDump
- All Implemented Interfaces:
Dumpable
A utility Dumpable to dump a JNDI naming context tree.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dump
(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:Dumpable
Dump 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.
-