|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor
org.apache.commons.configuration.HierarchicalConfiguration.DefinedKeysVisitor
A specialized visitor that fills a list with keys that are defined in a node hierarchy.
Field Summary | |
private java.util.Set |
keyList
Stores the list to be filled. |
Constructor Summary | |
HierarchicalConfiguration.DefinedKeysVisitor()
Default constructor. |
Method Summary | |
java.util.Set |
getKeyList()
Returns the list with all defined keys. |
void |
visitBeforeChildren(HierarchicalConfiguration.Node node,
ConfigurationKey key)
Visits the specified node. |
Methods inherited from class org.apache.commons.configuration.HierarchicalConfiguration.NodeVisitor |
terminate, visitAfterChildren |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Set keyList
Constructor Detail |
public HierarchicalConfiguration.DefinedKeysVisitor()
Method Detail |
public java.util.Set getKeyList()
public void visitBeforeChildren(HierarchicalConfiguration.Node node, ConfigurationKey key)
visitBeforeChildren
in class HierarchicalConfiguration.NodeVisitor
node
- the node to be visitedkey
- the key of this node
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |