private class |
AbstractHierarchicalConfiguration.DefinedKeysVisitor |
A specialized visitor that fills a list with keys that are defined in a node hierarchy.
|
private static class |
AbstractHierarchicalConfiguration.DefinedVisitor<T> |
A specialized visitor that checks if a node is defined.
|
protected static class |
BaseHierarchicalConfiguration.BuilderVisitor |
A specialized visitor base class that can be used for storing the tree of configuration nodes.
|
private class |
BaseHierarchicalConfiguration.InterpolatedVisitor |
A specialized visitor implementation which constructs the root node of a configuration with all variables replaced by
their interpolated values.
|
(package private) class |
FindNodeVisitor<T> |
A specialized NodeVisitor implementation which searches for a specific node in a hierarchy.
|
private class |
HierarchicalConfigurationXMLReader.SAXVisitor |
A specialized visitor class for generating SAX events for a hierarchical node structure.
|
(package private) static class |
XMLConfiguration.XMLBuilderVisitor |
A concrete BuilderVisitor that can construct XML documents.
|