public class DotDependencyGraphComponentMonitor
extends org.picocontainer.defaults.DelegatingComponentMonitor
implements org.picocontainer.ComponentMonitor
Modifier and Type | Class and Description |
---|---|
private static class |
DotDependencyGraphComponentMonitor.Instantiation |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.ArrayList |
allInstantiated |
Constructor and Description |
---|
DotDependencyGraphComponentMonitor() |
DotDependencyGraphComponentMonitor(org.picocontainer.ComponentMonitor delegate) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassDependencyGraph() |
java.lang.String |
getInterfaceDependencyGraph() |
void |
instantiated(java.lang.reflect.Constructor constructor,
java.lang.Object instantiated,
java.lang.Object[] injected,
long duration) |
private java.lang.String |
printClassName(java.lang.Class clazz) |
private java.lang.String |
sortLines(java.util.HashSet lines) |
changeMonitor, currentMonitor, instantiated, instantiating, instantiationFailed, invocationFailed, invoked, invoking, lifecycleInvocationFailed
public DotDependencyGraphComponentMonitor(org.picocontainer.ComponentMonitor delegate)
public DotDependencyGraphComponentMonitor()
public void instantiated(java.lang.reflect.Constructor constructor, java.lang.Object instantiated, java.lang.Object[] injected, long duration)
instantiated
in interface org.picocontainer.ComponentMonitor
instantiated
in class org.picocontainer.defaults.DelegatingComponentMonitor
public java.lang.String getClassDependencyGraph()
private java.lang.String sortLines(java.util.HashSet lines)
public java.lang.String getInterfaceDependencyGraph()
private java.lang.String printClassName(java.lang.Class clazz)