| Package | Description |
|---|---|
| org.hawkular.inventory.api.filters | |
| org.hawkular.inventory.api.model |
| Modifier and Type | Method and Description |
|---|---|
RelativePath[] |
With.RelativePaths.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
static With.RelativePaths |
With.relativePath(String markerLabel,
RelativePath path)
Constructs a new filter to only contain elements at the current position in the graph traversal that
can also be reached using the provided relative path.
|
static With.RelativePaths |
With.relativePaths(String markerLabel,
RelativePath... paths)
Constructs a new filter to only contain elements at the current position in the graph traversal that
can also be reached using at least one of the provided relative paths.
|
| Constructor and Description |
|---|
RelativePaths(String markerLabel,
RelativePath... paths) |
| Modifier and Type | Method and Description |
|---|---|
RelativePath |
RelativePath.down() |
RelativePath |
RelativePath.down(int distance) |
static RelativePath |
RelativePath.fromPartiallyUntypedString(String path,
CanonicalPath initialPosition,
Class<?> intendedFinalType)
An overload of
Path.fromPartiallyUntypedString(String, TypeProvider) which uses the provided initial position
to figure out the possible type if is missing in the provided relative path. |
static RelativePath |
RelativePath.fromPartiallyUntypedString(String path,
Path.TypeProvider typeProvider) |
static RelativePath |
RelativePath.fromString(String path) |
RelativePath |
RelativePath.UpBuilder.get() |
RelativePath |
RelativePath.Extender.get() |
RelativePath |
CanonicalPath.IdExtractor.getResourcePath() |
protected RelativePath |
RelativePath.Extender.newPath(int startIdx,
int endIdx,
List<Path.Segment> segments) |
RelativePath |
RelativePath.toRelativePath() |
abstract RelativePath |
Path.toRelativePath()
Tries to convert this path to a relative path.
|
RelativePath |
CanonicalPath.toRelativePath() |
RelativePath |
RelativePath.up() |
RelativePath |
RelativePath.up(int distance) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<RelativePath> |
RelativePath.ascendingIterator() |
Iterator<RelativePath> |
RelativePath.descendingIterator() |
Copyright © 2015 Red Hat, Inc.. All rights reserved.