|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.zookeeper.common.PathUtils
public class PathUtils
Path related utilities
Constructor Summary | |
---|---|
PathUtils()
|
Method Summary | |
---|---|
static void |
validatePath(java.lang.String path)
Validate the provided znode path string |
static void |
validatePath(java.lang.String path,
boolean isSequential)
validate the provided znode path string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PathUtils()
Method Detail |
---|
public static void validatePath(java.lang.String path, boolean isSequential) throws java.lang.IllegalArgumentException
path
- znode path stringisSequential
- if the path is being created
with a sequential flag
java.lang.IllegalArgumentException
- if the path is invalidpublic static void validatePath(java.lang.String path) throws java.lang.IllegalArgumentException
path
- znode path string
java.lang.IllegalArgumentException
- if the path is invalid
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |