public static final class CanonicalPath.FeedBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.hawkular.inventory.paths.Path.Constructor<Impl> |
constructor |
protected List<Path.Segment> |
segments |
| Modifier and Type | Method and Description |
|---|---|
Impl |
get() |
MB |
metric(String id) |
protected CanonicalPath.MetricBuilder |
metricBuilder(List<Path.Segment> segments) |
MTB |
metricType(String id) |
protected CanonicalPath.MetricTypeBuilder |
metricTypeBuilder(List<Path.Segment> segments) |
RB |
resource(String id) |
protected CanonicalPath.ResourceBuilder |
resourceBuilder(List<Path.Segment> segments) |
RTB |
resourceType(String id) |
protected CanonicalPath.ResourceTypeBuilder |
resourceTypeBuilder(List<Path.Segment> segments) |
protected final List<Path.Segment> segments
protected final org.hawkular.inventory.paths.Path.Constructor<Impl extends Path> constructor
protected CanonicalPath.ResourceTypeBuilder resourceTypeBuilder(List<Path.Segment> segments)
protected CanonicalPath.MetricTypeBuilder metricTypeBuilder(List<Path.Segment> segments)
protected CanonicalPath.ResourceBuilder resourceBuilder(List<Path.Segment> segments)
protected CanonicalPath.MetricBuilder metricBuilder(List<Path.Segment> segments)
public RB resource(String id)
public MB metric(String id)
public MTB metricType(String id)
public RTB resourceType(String id)
public Impl get()
Copyright © 2014–2016 Red Hat, Inc.. All rights reserved.