org.tigris.subversion.javahl
Class Path

java.lang.Object
  extended by org.tigris.subversion.javahl.Path

public class Path
extends java.lang.Object

Subversion path validation and manipulation.

Since:
1.4.0

Constructor Summary
Path()
           
 
Method Summary
static boolean isValid(java.lang.String path)
          A valid path is a UTF-8 string without any control characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Path

public Path()
Method Detail

isValid

public static boolean isValid(java.lang.String path)
A valid path is a UTF-8 string without any control characters.

Returns:
Whether Subversion can store the path in a repository.