Class LeafRefUtils
java.lang.Object
org.opendaylight.yangtools.yang.data.tree.leafref.LeafRefUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic LeafRefPathcreateAbsoluteLeafRefPath(LeafRefPath leafRefPath, ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.static LeafRefPathschemaPathToLeafRefPath(ImmutableList<QName> nodePath, Module module)
-
Method Details
-
createAbsoluteLeafRefPath
public static LeafRefPath createAbsoluteLeafRefPath(LeafRefPath leafRefPath, ImmutableList<QName> contextNodeSchemaPath, Module module) Create an absolute leafref path.- Parameters:
leafRefPath- leafRefPathcontextNodeSchemaPath- contextNodeSchemaPathmodule- module- Returns:
- LeafRefPath object
-
schemaPathToLeafRefPath
-