org.apache.zookeeper.common
Class PathUtils
java.lang.Object
org.apache.zookeeper.common.PathUtils
public class PathUtils
- extends Object
Path related utilities
Method Summary |
static void |
validatePath(String path)
Validate the provided znode path string |
static void |
validatePath(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 |
PathUtils
public PathUtils()
validatePath
public static void validatePath(String path,
boolean isSequential)
throws IllegalArgumentException
- validate the provided znode path string
- Parameters:
path
- znode path stringisSequential
- if the path is being created
with a sequential flag
- Throws:
IllegalArgumentException
- if the path is invalid
validatePath
public static void validatePath(String path)
throws IllegalArgumentException
- Validate the provided znode path string
- Parameters:
path
- znode path string
- Throws:
IllegalArgumentException
- if the path is invalid