public class Path extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
PATH_SEPARATOR |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Path |
fromString(String path) |
PathElement |
getElement() |
Path |
getParentPath() |
int |
hashCode() |
boolean |
isParent(Path path) |
boolean |
isParent(String path) |
static Path |
path(PathElement element) |
static Path |
path(Path parentPath,
PathElement element) |
String |
toString() |
public static final String PATH_SEPARATOR
public Path getParentPath()
public PathElement getElement()
public boolean isParent(Path path)
public boolean isParent(String path)
public static Path path(PathElement element)
public static Path path(Path parentPath, PathElement element)
Copyright © 2018 ReTest GmbH. All rights reserved.