Module org.eclipse.jetty.util
Package org.eclipse.jetty.util.component
Interface Dumpable.DumpableContainer
-
- All Superinterfaces:
Dumpable
- All Known Implementing Classes:
AdaptiveExecutionStrategy,AttributeContainerMap,ContainerLifeCycle,EatWhatYouKill,ExecutorThreadPool,KeyStoreScanner,MonitoredQueuedThreadPool,QueuedThreadPool,Scanner
- Enclosing interface:
- Dumpable
public static interface Dumpable.DumpableContainer extends Dumpable
DumpableContainer A Dumpable that is a container of beans can implement this interface to allow it to refine which of its beans can be dumped.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.component.Dumpable
Dumpable.DumpableContainer
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisDumpable(java.lang.Object o)
-