Uses of Class
org.opendaylight.yangtools.yang.data.tree.api.DataTreeConfiguration
-
Uses of DataTreeConfiguration in org.opendaylight.yangtools.yang.data.tree.api
Fields in org.opendaylight.yangtools.yang.data.tree.api declared as DataTreeConfigurationModifier and TypeFieldDescriptionstatic final DataTreeConfigurationDataTreeConfiguration.DEFAULT_CONFIGURATIONstatic final DataTreeConfigurationDataTreeConfiguration.DEFAULT_OPERATIONALMethods in org.opendaylight.yangtools.yang.data.tree.api that return DataTreeConfigurationModifier and TypeMethodDescription@NonNull DataTreeConfigurationDataTreeConfiguration.Builder.build()ReturnDataTreeConfigurationas defined by this builder's current state.static DataTreeConfigurationDataTreeConfiguration.getDefault(TreeType treeType) Methods in org.opendaylight.yangtools.yang.data.tree.api with parameters of type DataTreeConfigurationModifier and TypeMethodDescription@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig) Create a new data tree based on specified configuration, with a best-guess root.@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig, EffectiveModelContext initialSchemaContext) Create a new data tree based on specified configuration, with a root node derived from the schema context lookup of the configuration.@NonNull DataTreeDataTreeFactory.create(DataTreeConfiguration treeConfig, EffectiveModelContext initialSchemaContext, org.opendaylight.yangtools.yang.data.api.schema.DistinctNodeContainer<?, ?> initialRoot) Create a new data tree based on specified configuration, with the specified node.