Class NamingDump

java.lang.Object
org.eclipse.jetty.plus.jndi.NamingDump
All Implemented Interfaces:
org.eclipse.jetty.util.component.Dumpable

public class NamingDump extends Object implements org.eclipse.jetty.util.component.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

    org.eclipse.jetty.util.component.Dumpable.DumpableContainer
  • Field Summary

    Fields inherited from interface org.eclipse.jetty.util.component.Dumpable

    KEY
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    NamingDump(ClassLoader loader, String name)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dump(Appendable out, String indent)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.eclipse.jetty.util.component.Dumpable

    dump, dumpSelf
  • Constructor Details

    • NamingDump

      public NamingDump()
    • NamingDump

      public NamingDump(ClassLoader loader, String name)
  • Method Details

    • dump

      public void dump(Appendable out, String indent)
      Specified by:
      dump in interface org.eclipse.jetty.util.component.Dumpable