Package | Description |
---|---|
org.picocontainer |
This package contains the core API for PicoContainer, a compact container for working with the
dependency injection pattern.
|
org.picocontainer.alternatives | |
org.picocontainer.defaults |
This package contains the default implementation of the
PicoContainer
API. |
Modifier and Type | Method and Description |
---|---|
void |
PicoContainer.verify()
Deprecated.
since 1.1 - Use "new VerifyingVisitor().traverse(this)"
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractDelegatingMutablePicoContainer.verify()
Deprecated.
since 1.1 - Use new VerifyingVisitor().traverse(this)
|
void |
ImmutablePicoContainer.verify()
Deprecated.
since 1.1 - Use "new VerifyingVisitor().traverse(this)"
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
VerifyingVisitor.traverse(java.lang.Object node)
Traverse through all components of the
PicoContainer hierarchy and verify the components. |
void |
DefaultPicoContainer.verify()
Deprecated.
since 1.1 - Use "new VerifyingVisitor().traverse(this)"
|