Skip navigation links
A C D E F G H I M N O P R S T U V 

A

accept(ElementTypeVisitor<R, P>, P) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
accept(SegmentType, ElementTypeVisitor<R, P>, P) - Static method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
accept(ElementTypeVisitor<R, P>, P) - Method in class org.hawkular.inventory.paths.Path.Segment
 
ANY_ENTITY - Static variable in enum org.hawkular.inventory.paths.SegmentType
Per convention, the null value is interpreted as any subclass of org.hawkular.inventory.api.model.Entity
applyTo(CanonicalPath) - Method in class org.hawkular.inventory.paths.RelativePath
Applies this relative path on the provided canonical path.
ascendingIterator() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
ascendingIterator() - Method in class org.hawkular.inventory.paths.Path
 
ascendingIterator() - Method in class org.hawkular.inventory.paths.RelativePath
 

C

canExtendTo(SegmentType) - Method in class org.hawkular.inventory.paths.Path.Extender
Checks whether this path can be extended by a segment of the provided type.
canExtendTo(Path.Segment) - Method in class org.hawkular.inventory.paths.Path.Extender
Checks whether this path can be extended with the provided segment.
CanonicalPath - Class in org.hawkular.inventory.paths
A path represents the canonical traversal to an element through the inventory graph.
CanonicalPath.Builder - Class in org.hawkular.inventory.paths
 
CanonicalPath.EnvironmentBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.Extender - Class in org.hawkular.inventory.paths
 
CanonicalPath.FeedBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.IdExtractor - Class in org.hawkular.inventory.paths
 
CanonicalPath.MetadataPackBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.MetricBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.MetricTypeBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.OperationTypeBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.RelationshipBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.ResourceBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.ResourceTypeBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.StructuredDataBuilder - Class in org.hawkular.inventory.paths
 
CanonicalPath.TenantBuilder - Class in org.hawkular.inventory.paths
 
create(int, List<Path.Segment>) - Method in interface org.hawkular.inventory.paths.Path.ExtenderConstructor
 

D

dataEntity(DataRole) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
dataEntity(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
DataRole - Interface in org.hawkular.inventory.paths
An interface a data entity role must implement.
DataRole.OperationType - Enum in org.hawkular.inventory.paths
 
DataRole.Resource - Enum in org.hawkular.inventory.paths
 
DataRole.ResourceType - Enum in org.hawkular.inventory.paths
 
decode(String) - Static method in class org.hawkular.inventory.paths.PathSegmentCodec
 
deduceSegment(String, String, boolean) - Method in class org.hawkular.inventory.paths.Path.HintedTypeProvider
 
deduceSegment(String, String, boolean) - Method in class org.hawkular.inventory.paths.Path.StructuredDataHintingTypeProvider
 
deduceSegment(String, String, boolean) - Method in interface org.hawkular.inventory.paths.Path.TypeProvider
This is called during parsing of a single segment when the built-in defaults cannot determine the type and id to use for segment.
defaultAction(SegmentType, P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
The default action executed from the visit methods.
descendingIterator() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
descendingIterator() - Method in class org.hawkular.inventory.paths.Path
 
descendingIterator() - Method in class org.hawkular.inventory.paths.RelativePath
 
down() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
down(int) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
down() - Method in class org.hawkular.inventory.paths.Path
If this path was created by going up from another path, then this method can be used to go back down to the previous paths representing some child resource of the resource represented by this path object.
down(int) - Method in class org.hawkular.inventory.paths.Path
If this path was created by going up from another path, then this method can be used to go back down n steps to the previous paths representing some (grand-)child resource of the resource represented by this path object.
down() - Method in class org.hawkular.inventory.paths.RelativePath
 
down(int) - Method in class org.hawkular.inventory.paths.RelativePath
 

E

ElementTypeVisitor<R,P> - Interface in org.hawkular.inventory.paths
A visitor interface to accept different kinds of entities available in Hawkular.
ElementTypeVisitor.Simple<R,P> - Class in org.hawkular.inventory.paths
A simple implementation of the EntityVisitor interface that returns a default value (provided at construction time) from the visit methods.
empty() - Static method in class org.hawkular.inventory.paths.CanonicalPath
 
empty() - Static method in class org.hawkular.inventory.paths.RelativePath
 
encode(String) - Static method in class org.hawkular.inventory.paths.PathSegmentCodec
 
endIdx - Variable in class org.hawkular.inventory.paths.Path
 
environment(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
environment(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
environmentBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.TenantBuilder
 
environmentBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 
equals(Object) - Method in class org.hawkular.inventory.paths.Path
 
equals(Object) - Method in class org.hawkular.inventory.paths.Path.Segment
 
extend(SegmentType, String) - Method in class org.hawkular.inventory.paths.CanonicalPath
Creates a new path by appending the provided segment to the current path.
extend(Path.Segment) - Method in class org.hawkular.inventory.paths.CanonicalPath.Extender
 
extend(Collection<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.Extender
 
extend(SegmentType, String) - Method in class org.hawkular.inventory.paths.CanonicalPath.Extender
 
extend(Path.Segment) - Method in class org.hawkular.inventory.paths.Path.Extender
 
extend(Collection<Path.Segment>) - Method in class org.hawkular.inventory.paths.Path.Extender
 
extend(SegmentType, String) - Method in class org.hawkular.inventory.paths.Path.Extender
 
extend(Path.Segment) - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 
extend(Collection<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 
extend(SegmentType, String) - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 
extendUp() - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 

F

fastValueOf(String) - Static method in enum org.hawkular.inventory.paths.SegmentType
A static HashMap based and null-tolerant alternative to SegmentType.valueOf(String).
feed(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
feed(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
feedBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.TenantBuilder
 
feedBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 
finished() - Method in class org.hawkular.inventory.paths.Path.HintedTypeProvider
 
finished() - Method in class org.hawkular.inventory.paths.Path.StructuredDataHintingTypeProvider
 
finished() - Method in interface org.hawkular.inventory.paths.Path.TypeProvider
Called when the parsing of the path finishes (either successfully or unsuccessfully).
from(String) - Static method in class org.hawkular.inventory.paths.Path.Segment
 
fromElementType(Class<?>) - Static method in enum org.hawkular.inventory.paths.SegmentType
Returns a SegmentType corresponding to the given elementType or null if no corresponding type can be found.
fromPartiallyUntypedString(String, Path.TypeProvider) - Static method in class org.hawkular.inventory.paths.CanonicalPath
 
fromPartiallyUntypedString(String, CanonicalPath, Class<?>) - Static method in class org.hawkular.inventory.paths.CanonicalPath
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.
fromPartiallyUntypedString(String, CanonicalPath, SegmentType) - Static method in class org.hawkular.inventory.paths.CanonicalPath
 
fromPartiallyUntypedString(String, Path.TypeProvider) - Static method in class org.hawkular.inventory.paths.Path
Parses the provided path using the type provider (Path.TypeProvider) to figure out the types of segments that don't explicitly mention it.
fromPartiallyUntypedString(String, CanonicalPath, CanonicalPath, SegmentType) - Static method in class org.hawkular.inventory.paths.Path
This is mostly meant as a helper to REST API.
fromPartiallyUntypedString(String, Path.TypeProvider) - Static method in class org.hawkular.inventory.paths.RelativePath
 
fromPartiallyUntypedString(String, CanonicalPath, SegmentType) - Static method in class org.hawkular.inventory.paths.RelativePath
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.
fromString(String) - Static method in class org.hawkular.inventory.paths.CanonicalPath
Creates a new path instance from the "serialized" slash-separated representation.
fromString(String) - Static method in class org.hawkular.inventory.paths.Path
 
fromString(String) - Static method in class org.hawkular.inventory.paths.RelativePath
 

G

get() - Method in class org.hawkular.inventory.paths.CanonicalPath.Extender
 
get() - Method in class org.hawkular.inventory.paths.Path.Extender
 
get() - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 
get() - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
getCanonicalShortNames() - Static method in enum org.hawkular.inventory.paths.SegmentType
 
getDataRole() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getDepth() - Method in class org.hawkular.inventory.paths.Path
 
getElementId() - Method in class org.hawkular.inventory.paths.Path.Segment
 
getElementType() - Method in class org.hawkular.inventory.paths.Path.Segment
 
getEnvironmentId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getFeedId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getLeaf() - Method in class org.hawkular.inventory.paths.CanonicalPath
If this path was created by going up from another path, then this returns the bottom-most path in such chain.
getMetricId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getMetricTypeId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getOperationTypeId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getPath() - Method in class org.hawkular.inventory.paths.Path
Get the full path represented as an array of the individual segments.
getRelationshipId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getRelativeShortNames() - Static method in enum org.hawkular.inventory.paths.SegmentType
 
getResourcePath() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
This creates a relative path that represents the resource hierarchy present in this path.
getResourceTypeId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getRoot() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
getSegment() - Method in class org.hawkular.inventory.paths.Path
 
getSerialized() - Method in enum org.hawkular.inventory.paths.SegmentType
Returns the representation of this SegmentType suitable for serialization.
getSimpleName() - Method in enum org.hawkular.inventory.paths.SegmentType
 
getTenantId() - Method in class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
getTop() - Method in class org.hawkular.inventory.paths.Path
 

H

hashCode() - Method in class org.hawkular.inventory.paths.Path
 
hashCode() - Method in class org.hawkular.inventory.paths.Path.Segment
 
HintedTypeProvider(SegmentType, Path.Extender) - Constructor for class org.hawkular.inventory.paths.Path.HintedTypeProvider
Constructs a new instance.

I

IdExtractor() - Constructor for class org.hawkular.inventory.paths.CanonicalPath.IdExtractor
 
ids() - Method in class org.hawkular.inventory.paths.CanonicalPath
The path contains ids of different entities.
isAllowedInCanonical() - Method in enum org.hawkular.inventory.paths.SegmentType
All except for SegmentType.up are allowed in CanonicalPath.
isCanonical() - Method in class org.hawkular.inventory.paths.Path
 
isDefined() - Method in class org.hawkular.inventory.paths.Path
Checks whether the path is well-formed.
isParentOf(CanonicalPath) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
isParentOf(Path) - Method in class org.hawkular.inventory.paths.Path
 
isParentOf(RelativePath) - Method in class org.hawkular.inventory.paths.RelativePath
 
isRelative() - Method in class org.hawkular.inventory.paths.Path
 
isSchema() - Method in interface org.hawkular.inventory.paths.DataRole
 
isSchema() - Method in enum org.hawkular.inventory.paths.DataRole.OperationType
 
isSchema() - Method in enum org.hawkular.inventory.paths.DataRole.Resource
 
isSchema() - Method in enum org.hawkular.inventory.paths.DataRole.ResourceType
 
isSerializable() - Method in enum org.hawkular.inventory.paths.SegmentType
We do not serialize SegmentType.sds with a "sd;" prefix.
iterator() - Method in class org.hawkular.inventory.paths.CanonicalPath
 

M

metadataPack() - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
metadataPackBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.TenantBuilder
 
metadataPackBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 
metric(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
metric(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.EnvironmentBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.FeedBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.ResourceBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.EnvironmentBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.FeedBuilder
 
metricBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.ResourceBuilder
 
metricType(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
metricType(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
metricTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.FeedBuilder
 
metricTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.TenantBuilder
 
metricTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.FeedBuilder
 
metricTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 
modified() - Method in class org.hawkular.inventory.paths.CanonicalPath
The returned extender will produce a modified version of this path.
modified() - Method in class org.hawkular.inventory.paths.Path
 
modified() - Method in class org.hawkular.inventory.paths.RelativePath
 

N

name() - Method in interface org.hawkular.inventory.paths.DataRole
 
newInstance(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
newInstance(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.Path
 
newInstance(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath
 
newPath(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.Extender
 
newPath(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.Path.Extender
 
newPath(int, int, List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.Extender
 

O

of() - Static method in class org.hawkular.inventory.paths.CanonicalPath
 
operationType(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
operationType(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
operationTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.ResourceTypeBuilder
 
operationTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.ResourceTypeBuilder
 
org.hawkular.inventory.paths - package org.hawkular.inventory.paths
 

P

Path - Class in org.hawkular.inventory.paths
Represents a path in an inventory.
path - Variable in class org.hawkular.inventory.paths.Path
 
Path.Extender - Class in org.hawkular.inventory.paths
While CanonicalPath.Builder or RelativePath.Builder provide compile-time-safe canonical path construction, this class provides the same behavior at runtime, throwing IllegalArgumentExceptions if the segments being added to a path are invalid in given context.
Path.ExtenderConstructor - Interface in org.hawkular.inventory.paths
 
Path.HintedTypeProvider - Class in org.hawkular.inventory.paths
This is a type provider (Path.TypeProvider) implementation that tries to deduce the types on the path based on the current position and the intended type of the final segment of the path.
Path.Segment - Class in org.hawkular.inventory.paths
 
Path.StructuredDataHintingTypeProvider - Class in org.hawkular.inventory.paths
 
Path.TypeProvider - Interface in org.hawkular.inventory.paths
An interface that is used to help parsing partially untyped path strings.
PATH_DELIM - Static variable in class org.hawkular.inventory.paths.Path
 
PathSegmentCodec - Class in org.hawkular.inventory.paths
Used for serializing the paths.

R

relationshipBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.Builder
 
relationshipBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
RelativePath - Class in org.hawkular.inventory.paths
A relative path is used in the API to refer to other entities during association.
RelativePath.Builder - Class in org.hawkular.inventory.paths
 
RelativePath.EnvironmentBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.Extender - Class in org.hawkular.inventory.paths
 
RelativePath.FeedBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.MetadataPackBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.MetricBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.MetricTypeBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.OperationTypeBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.RelationshipBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.ResourceBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.ResourceTypeBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.StructuredDataBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.TenantBuilder - Class in org.hawkular.inventory.paths
 
RelativePath.Up - Class in org.hawkular.inventory.paths
 
RelativePath.UpBuilder - Class in org.hawkular.inventory.paths
 
relativeTo(CanonicalPath) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
removeLastSegment() - Method in class org.hawkular.inventory.paths.Path.Extender
 
resource(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
resource(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
resourceBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.EnvironmentBuilder
 
resourceBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.FeedBuilder
 
resourceBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.EnvironmentBuilder
 
resourceBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.FeedBuilder
 
resourceType(String) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
resourceType(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
resourceTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.FeedBuilder
 
resourceTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.TenantBuilder
 
resourceTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.FeedBuilder
 
resourceTypeBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 

S

Segment(SegmentType, String) - Constructor for class org.hawkular.inventory.paths.Path.Segment
 
SEGMENT_TYPE - Static variable in class org.hawkular.inventory.paths.RelativePath.Up
 
segmentParsed(Path.Segment) - Method in class org.hawkular.inventory.paths.Path.HintedTypeProvider
 
segmentParsed(Path.Segment) - Method in class org.hawkular.inventory.paths.Path.StructuredDataHintingTypeProvider
 
segmentParsed(Path.Segment) - Method in interface org.hawkular.inventory.paths.Path.TypeProvider
This method gets called during the parsing process after a segment is successfully parsed.
SegmentType - Enum in org.hawkular.inventory.paths
An enumeration of all possible Path Path.Segment types.
Simple() - Constructor for class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
Constructs a new simple entity visitor by default returning null from every visit method.
Simple(R) - Constructor for class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
Constructs a new simple entity visitor by default returning the provided value from every visit method.
slide(int, int) - Method in class org.hawkular.inventory.paths.RelativePath
Moves the start and end of the path by the provided distances.
startIdx - Variable in class org.hawkular.inventory.paths.Path
 
structuredData() - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
structuredData() - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.OperationTypeBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.ResourceBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.ResourceTypeBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.OperationTypeBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.ResourceBuilder
 
structuredDataBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.ResourceTypeBuilder
 
StructuredDataHintingTypeProvider() - Constructor for class org.hawkular.inventory.paths.Path.StructuredDataHintingTypeProvider
 

T

tenant(String) - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 
tenantBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.CanonicalPath.Builder
 
tenantBuilder(List<Path.Segment>) - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
to() - Static method in class org.hawkular.inventory.paths.RelativePath
 
toCanonicalPath() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
toCanonicalPath() - Method in class org.hawkular.inventory.paths.Path
Tries to convert this path to a canonical path.
toCanonicalPath() - Method in class org.hawkular.inventory.paths.RelativePath
Tries to convert this relative path to a canonical path.
toRelativePath() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
toRelativePath() - Method in class org.hawkular.inventory.paths.Path
Tries to convert this path to a relative path.
toRelativePath() - Method in class org.hawkular.inventory.paths.RelativePath
 
toString() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
toString() - Method in class org.hawkular.inventory.paths.Path.Segment
 
toString() - Method in class org.hawkular.inventory.paths.Path
 
toString() - Method in class org.hawkular.inventory.paths.RelativePath
 
TYPE_DELIM - Static variable in class org.hawkular.inventory.paths.Path
 

U

up() - Method in class org.hawkular.inventory.paths.CanonicalPath
 
up(int) - Method in class org.hawkular.inventory.paths.CanonicalPath
 
up() - Method in class org.hawkular.inventory.paths.Path
Returns a path corresponding to the direct ancestor of the resource represented by this path object.
up(int) - Method in class org.hawkular.inventory.paths.Path
Returns a path corresponding to the n-th ancestor in the hierarchy.
up() - Method in class org.hawkular.inventory.paths.RelativePath.Builder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.EnvironmentBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.FeedBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.MetricBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.MetricTypeBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.OperationTypeBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.ResourceBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.ResourceTypeBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.StructuredDataBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.TenantBuilder
 
up() - Method in class org.hawkular.inventory.paths.RelativePath
 
up(int) - Method in class org.hawkular.inventory.paths.RelativePath
 
up() - Method in class org.hawkular.inventory.paths.RelativePath.UpBuilder
 

V

valueOf(String) - Static method in enum org.hawkular.inventory.paths.DataRole.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.inventory.paths.DataRole.Resource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hawkular.inventory.paths.DataRole.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in interface org.hawkular.inventory.paths.DataRole
Converts the string representation of the data role to an instance of it.
valueOf(String) - Static method in enum org.hawkular.inventory.paths.SegmentType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.hawkular.inventory.paths.DataRole.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.inventory.paths.DataRole.Resource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hawkular.inventory.paths.DataRole.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in interface org.hawkular.inventory.paths.DataRole
 
values() - Static method in enum org.hawkular.inventory.paths.SegmentType
Returns an array containing the constants of this enum type, in the order they are declared.
visitData(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitData(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitEnvironment(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitEnvironment(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitFeed(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitFeed(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitMetadataPack(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitMetadataPack(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitMetric(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitMetric(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitMetricType(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitMetricType(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitOperationType(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitOperationType(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitRelationship(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitRelationship(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitResource(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitResource(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitResourceType(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitResourceType(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitTenant(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitTenant(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
visitUnknown(P) - Method in class org.hawkular.inventory.paths.ElementTypeVisitor.Simple
 
visitUnknown(P) - Method in interface org.hawkular.inventory.paths.ElementTypeVisitor
 
A C D E F G H I M N O P R S T U V 
Skip navigation links

Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.