org.infinispan.schematic.internal.document
Class Paths
java.lang.Object
org.infinispan.schematic.internal.document.Paths
public class Paths
- extends Object
Constructor Summary |
Paths()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY_PATH
protected static final Path EMPTY_PATH
Paths
public Paths()
notNull
protected static final void notNull(Object value,
String name)
notNull
protected static final String notNull(String value,
String name)
rootPath
public static Path rootPath()
path
public static Path path(String fieldName)
path
public static Path path(String... fieldNames)
path
public static Path path(List<String> fieldNames)
path
public static Path path(Path path,
String fieldName)
path
public static Path path(Path path,
String... fieldNames)
path
public static Path path(Path path,
List<String> fieldNames)
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.