public abstract class AbstractConfigVisitor extends Object implements ConfigVisitor
Constructor and Description |
---|
AbstractConfigVisitor() |
Modifier and Type | Method and Description |
---|---|
Deque<ConfigVisitorNode> |
getCurrentNodes()
Get current nodes.
|
void |
visit(ConfigVisitorNode node)
Visit node's children.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addDependency, addDependency, addDependency, addDependency, addOptionalDependency, addOptionalDependency, getBeanInfo, getModule, getReflectionIndex, getState, loadModule
public void visit(ConfigVisitorNode node)
ConfigVisitor
visit
in interface ConfigVisitor
node
- the config nodepublic Deque<ConfigVisitorNode> getCurrentNodes()
getCurrentNodes
in interface ConfigVisitor
Copyright © 2018 JBoss by Red Hat. All rights reserved.