|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picocontainer.defaults.VerifyingVisitor.ComponentAdapterCollector
private class VerifyingVisitor.ComponentAdapterCollector
Constructor Summary | |
---|---|
private |
VerifyingVisitor.ComponentAdapterCollector()
|
Method Summary | |
---|---|
java.lang.Object |
traverse(java.lang.Object node)
Entry point for the PicoVisitor traversal. |
void |
visitComponentAdapter(ComponentAdapter componentAdapter)
Visit a ComponentAdapter that has to accept the visitor. |
void |
visitContainer(PicoContainer pico)
Visit a PicoContainer that has to accept the visitor. |
void |
visitParameter(Parameter parameter)
Visit a Parameter that has to accept the visitor. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
private VerifyingVisitor.ComponentAdapterCollector()
Method Detail |
---|
public java.lang.Object traverse(java.lang.Object node)
PicoVisitor
PicoContainer
, ComponentAdapter
,
or Parameter
are valid.
traverse
in interface PicoVisitor
node
- the start node of the traversal.
public void visitContainer(PicoContainer pico)
PicoVisitor
PicoContainer
that has to accept the visitor.
visitContainer
in interface PicoVisitor
pico
- the visited container.public void visitComponentAdapter(ComponentAdapter componentAdapter)
PicoVisitor
ComponentAdapter
that has to accept the visitor.
visitComponentAdapter
in interface PicoVisitor
componentAdapter
- the visited ComponentAdapter.public void visitParameter(Parameter parameter)
PicoVisitor
Parameter
that has to accept the visitor.
visitParameter
in interface PicoVisitor
parameter
- the visited Parameter.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |