public class PlatformPath extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PlatformPath.Builder |
static class |
PlatformPath.PathSegment |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(PlatformPath other) |
static PlatformPath.Builder |
builder() |
static PlatformPath |
empty() |
PlatformPath.PathSegment |
getLastSegment() |
List<PlatformPath.PathSegment> |
getSegments() |
boolean |
isParentOf(PlatformPath other) |
String |
toString() |
public static final String ANY_NAME
public static PlatformPath.Builder builder()
public static PlatformPath empty()
public PlatformPath.PathSegment getLastSegment()
public List<PlatformPath.PathSegment> getSegments()
public boolean apply(PlatformPath other)
public boolean isParentOf(PlatformPath other)
Copyright © 2015–2017 Red Hat, Inc.. All rights reserved.