Interface DataTreeModification<T extends DataObject>
public interface DataTreeModification<T extends DataObject>
Represent root of modification.
- Author:
- Tony Tkacik <[email protected]>
-
Method Summary
Modifier and TypeMethodDescription@NonNull DataObjectModification<T>
Get the modification root node.@NonNull DataTreeIdentifier<T>
Get the modification root path.
-
Method Details
-
getRootPath
@NonNull DataTreeIdentifier<T> getRootPath()Get the modification root path. This is the path of the root node relative to the root of InstanceIdentifier namespace.- Returns:
- absolute path of the root node
-
getRootNode
@NonNull DataObjectModification<T> getRootNode()Get the modification root node.- Returns:
- modification root node
-