public static class PlatformPath.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
PlatformPath.Builder |
any(Constants.PlatformResourceType type) |
PlatformPath |
build() |
PlatformPath.Builder |
segment(Constants.PlatformResourceType type,
String name) |
PlatformPath.Builder |
segments(List<PlatformPath.PathSegment> segmentsToAdd,
int start,
int end) |
PlatformPath.Builder |
segments(PlatformPath path) |
public PlatformPath.Builder any(Constants.PlatformResourceType type)
public PlatformPath build()
public PlatformPath.Builder segment(Constants.PlatformResourceType type, String name)
public PlatformPath.Builder segments(List<PlatformPath.PathSegment> segmentsToAdd, int start, int end)
public PlatformPath.Builder segments(PlatformPath path)
Copyright © 2015 Red Hat, Inc.. All rights reserved.