Class SVNPath
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNPath
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected static void
assertControlChars
(String path) getFile()
getURL()
boolean
isFile()
boolean
isURL()
private void
parsePegRevision
(boolean use)
-
Field Details
-
myTarget
-
myPegRevision
-
myFile
-
-
Constructor Details
-
SVNPath
-
SVNPath
- Throws:
SVNException
-
SVNPath
- Throws:
SVNException
-
SVNPath
public SVNPath(String target, boolean keepPegRevision, boolean parsePegRevision) throws SVNException - Throws:
SVNException
-
-
Method Details
-
getTarget
-
isURL
public boolean isURL() -
isFile
public boolean isFile() -
getFile
-
getURL
- Throws:
SVNException
-
getPegRevision
-
parsePegRevision
- Throws:
SVNException
-
assertControlChars
- Throws:
SVNException
-