public class Paths extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Paths.EmptyPath |
protected static class |
Paths.MultiSegmentPath |
protected static class |
Paths.SinglePath |
| Modifier and Type | Field and Description |
|---|---|
protected static Path |
EMPTY_PATH |
| Constructor and Description |
|---|
Paths() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
notNull(Object value,
String name) |
protected static String |
notNull(String value,
String name) |
static Path |
path(List<String> fieldNames) |
static Path |
path(Path path,
List<String> fieldNames) |
static Path |
path(Path path,
String... fieldNames) |
static Path |
path(Path path,
String fieldName) |
static Path |
path(String... fieldNames) |
static Path |
path(String fieldName) |
static Path |
rootPath() |
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.