Package org.tigris.subversion.javahl
Class Path
java.lang.Object
org.tigris.subversion.javahl.Path
public class Path extends Object
Subversion path validation and manipulation.
- Since:
- 1.4.0
-
Constructor Summary
Constructors Constructor Description Path()
-
Method Summary
-
Constructor Details
-
Path
public Path()
-
-
Method Details
-
isValid
A valid path is a UTF-8 string without any control characters.- Returns:
- Whether Subversion can store the path in a repository.
-
isURL
Whether a URL is valid. Implementation may behave differently thansvn_path_is_url()
.- Parameters:
path
- The Subversion "path" to inspect.- Returns:
- Whether
path
is a URL. - Throws:
IllegalArgumentException
- Ifpath
isnull
.
-