Class LeafRefUtils
- java.lang.Object
-
- org.opendaylight.yangtools.yang.data.impl.leafref.LeafRefUtils
-
public final class LeafRefUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static LeafRefPathcreateAbsoluteLeafRefPath(LeafRefPath leafRefPath, org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath, org.opendaylight.yangtools.yang.model.api.Module module)Create an absolute leafref path.static LeafRefPathschemaPathToLeafRefPath(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath, org.opendaylight.yangtools.yang.model.api.Module module)
-
-
-
Method Detail
-
createAbsoluteLeafRefPath
public static LeafRefPath createAbsoluteLeafRefPath(LeafRefPath leafRefPath, org.opendaylight.yangtools.yang.model.api.SchemaPath contextNodeSchemaPath, org.opendaylight.yangtools.yang.model.api.Module module)
Create an absolute leafref path.- Parameters:
leafRefPath- leafRefPathcontextNodeSchemaPath- contextNodeSchemaPathmodule- module- Returns:
- LeafRefPath object
-
schemaPathToLeafRefPath
public static LeafRefPath schemaPathToLeafRefPath(org.opendaylight.yangtools.yang.model.api.SchemaPath nodePath, org.opendaylight.yangtools.yang.model.api.Module module)
-
-