public final class DotDependencyGraphComponentMonitor extends AbstractComponentMonitor implements ComponentMonitor
KEEP| Constructor and Description |
|---|
DotDependencyGraphComponentMonitor() |
DotDependencyGraphComponentMonitor(ComponentMonitor delegate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassDependencyGraph() |
String |
getInterfaceDependencyGraph() |
<T> void |
instantiated(PicoContainer container,
ComponentAdapter<T> componentAdapter,
Constructor<T> constructor,
Object instantiated,
Object[] injected,
long duration) |
changeMonitor, currentMonitor, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newBehavior, newInjector, noComponentFoundclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinstantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed, newBehavior, newInjector, noComponentFoundpublic DotDependencyGraphComponentMonitor(ComponentMonitor delegate)
public DotDependencyGraphComponentMonitor()
public <T> void instantiated(PicoContainer container, ComponentAdapter<T> componentAdapter, Constructor<T> constructor, Object instantiated, Object[] injected, long duration)
instantiated in interface ComponentMonitorinstantiated in class AbstractComponentMonitorpublic String getClassDependencyGraph()
public String getInterfaceDependencyGraph()
Copyright © 2003-2014 Codehaus. All Rights Reserved.