public class DmrNodePath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
DmrNodePath.Builder |
static class |
DmrNodePath.DmrNodePathSegment |
| Modifier and Type | Method and Description |
|---|---|
static DmrNodePath |
absolutize(DmrNodePath base,
DmrNodePath relativePath) |
org.jboss.dmr.ModelNode |
asModelNode() |
static DmrNodePath.Builder |
builder() |
DmrNodePath.DmrNodePathSegment |
getLastSegment() |
List<DmrNodePath.DmrNodePathSegment> |
getSegments() |
boolean |
isParentOf(DmrNodePath other) |
boolean |
matches(DmrNodePath other) |
static DmrNodePath |
rootPath() |
String |
toString() |
public static final String ANY_NAME
public static DmrNodePath absolutize(DmrNodePath base, DmrNodePath relativePath)
public static DmrNodePath.Builder builder()
public static DmrNodePath rootPath()
public org.jboss.dmr.ModelNode asModelNode()
public DmrNodePath.DmrNodePathSegment getLastSegment()
public List<DmrNodePath.DmrNodePathSegment> getSegments()
public boolean isParentOf(DmrNodePath other)
public boolean matches(DmrNodePath other)
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.