Interface DataTreeModification<T extends DataObject>
-
public interface DataTreeModification<T extends DataObject>
Represent root of modification.- Author:
- Tony Tkacik <[email protected]>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NonNull DataObjectModification<T>
getRootNode()
Get the modification root node.@NonNull DataTreeIdentifier<T>
getRootPath()
Get the modification root path.
-
-
-
Method Detail
-
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
-
-