public static class AbstractPicoContainerTest.RecordingStrategyVisitor extends AbstractPicoVisitor
AbstractPicoVisitor.PicoVisitorTraversalExceptionABORT_TRAVERSAL, CONTINUE_TRAVERSAL| Constructor and Description |
|---|
RecordingStrategyVisitor(List<Object> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
visitComponentAdapter(ComponentAdapter componentAdapter)
Visit a
ComponentAdapter that has to accept the visitor. |
void |
visitComponentFactory(ComponentFactory componentFactory)
Visit a
ComponentAdapter that has to accept the visitor. |
boolean |
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. |
checkTraversal, traversepublic RecordingStrategyVisitor(List<Object> list)
public boolean visitContainer(PicoContainer pico)
PicoVisitorPicoContainer that has to accept the visitor.pico - the visited container.public void visitComponentAdapter(ComponentAdapter componentAdapter)
PicoVisitorComponentAdapter that has to accept the visitor.componentAdapter - the visited ComponentAdapter.public void visitComponentFactory(ComponentFactory componentFactory)
PicoVisitorComponentAdapter that has to accept the visitor.public void visitParameter(Parameter parameter)
PicoVisitorParameter that has to accept the visitor.parameter - the visited Parameter.Copyright © 2003–2019 Codehaus. All rights reserved.