public final class CanonicalPath.IdExtractor extends Object
| Constructor and Description |
|---|
IdExtractor() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataRole() |
String |
getEnvironmentId() |
String |
getFeedId() |
String |
getMetricId() |
String |
getMetricTypeId() |
String |
getOperationTypeId() |
String |
getRelationshipId() |
RelativePath |
getResourcePath()
This creates a relative path that represents the resource hierarchy present in this path.
|
String |
getResourceTypeId() |
String |
getTenantId() |
public String getTenantId()
public String getEnvironmentId()
public String getMetricTypeId()
public String getResourceTypeId()
public String getFeedId()
public RelativePath getResourcePath()
Note that the returned relative path is backed by this canonical path and therefore you can call
RelativePath.slide(int, int) on it and modify it to "see" the parts of the path "above" and "below"
the resource segments.
public String getMetricId()
public String getRelationshipId()
public String getOperationTypeId()
public String getDataRole()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.