|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaDataVisitor
A metadata vistor. TODO extend into a real visitor pattern and provide abstract implementation to avoid instanceof processing
Method Summary | |
---|---|
void |
addDependency(DependencyItem dependency)
Add a dependency |
ControllerState |
getContextState()
Get the context state |
KernelControllerContext |
getControllerContext()
Get the kernel controller context |
void |
setContextState(ControllerState contextState)
Set the context state |
void |
visit(MetaDataVisitorNode node)
Visit the node |
Method Detail |
---|
KernelControllerContext getControllerContext()
ControllerState getContextState()
void setContextState(ControllerState contextState)
contextState
- the context statevoid addDependency(DependencyItem dependency)
dependency
- the dependencyvoid visit(MetaDataVisitorNode node)
node
- the node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |