| Package | Description |
|---|---|
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
static CanonicalPath.Extender |
CanonicalPath.empty() |
CanonicalPath.Extender |
CanonicalPath.extend(Class<?> type,
String id)
Creates a new path by appending the provided segment to the current path.
|
CanonicalPath.Extender |
CanonicalPath.Extender.extend(Class<? extends AbstractElement<?,?>> type,
String id) |
CanonicalPath.Extender |
CanonicalPath.Extender.extend(Collection<Path.Segment> segments) |
CanonicalPath.Extender |
CanonicalPath.Extender.extend(Path.Segment segment) |
CanonicalPath.Extender |
CanonicalPath.modified()
The returned extender will produce a modified version of this path.
|
Copyright © 2015 Red Hat, Inc.. All rights reserved.