Package org.apache.cayenne.configuration
Class ConfigurationTree<T extends ConfigurationNode>
java.lang.Object
org.apache.cayenne.configuration.ConfigurationTree<T>
A tree of configuration nodes that contains extra information about the nodes, such
as load errors.
- Since:
- 3.1
-
Field Summary
-
Constructor Summary
ConstructorDescriptionConfigurationTree
(T rootNode) ConfigurationTree
(T rootNode, Collection<ValidationFailure> loadFailures) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
rootNode
-
loadFailures
-
-
Constructor Details
-
ConfigurationTree
-
ConfigurationTree
-
-
Method Details
-
getRootNode
-
getLoadFailures
-