|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infinispan.schematic.internal.document.Paths
public class Paths
| Nested Class Summary | |
|---|---|
protected static class |
Paths.EmptyPath
|
static class |
Paths.Externalizer
|
protected static class |
Paths.MultiSegmentPath
|
protected static class |
Paths.SinglePath
|
| Field Summary | |
|---|---|
protected static Path |
EMPTY_PATH
|
| Constructor Summary | |
|---|---|
Paths()
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Path EMPTY_PATH
| Constructor Detail |
|---|
public Paths()
| Method Detail |
|---|
protected static final void notNull(Object value,
String name)
protected static final String notNull(String value,
String name)
public static Path rootPath()
public static Path path(String fieldName)
public static Path path(String... fieldNames)
public static Path path(List<String> fieldNames)
public static Path path(Path path,
String fieldName)
public static Path path(Path path,
String... fieldNames)
public static Path path(Path path,
List<String> fieldNames)
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||