public class SVNPath extends Object
| Constructor and Description |
|---|
SVNPath(String target) |
SVNPath(String target,
boolean keepPegRevision) |
SVNPath(String target,
boolean keepPegRevision,
boolean parsePegRevision) |
SVNPath(String target,
SVNRevision pegRevision) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
assertControlChars(String path) |
File |
getFile() |
SVNRevision |
getPegRevision() |
String |
getTarget() |
SVNURL |
getURL() |
boolean |
isFile() |
boolean |
isURL() |
public SVNPath(String target, SVNRevision pegRevision)
public SVNPath(String target) throws SVNException
SVNExceptionpublic SVNPath(String target, boolean keepPegRevision) throws SVNException
SVNExceptionpublic SVNPath(String target, boolean keepPegRevision, boolean parsePegRevision) throws SVNException
SVNExceptionpublic String getTarget()
public boolean isURL()
public boolean isFile()
public File getFile()
public SVNURL getURL() throws SVNException
SVNExceptionpublic SVNRevision getPegRevision()
protected static void assertControlChars(String path) throws SVNException
SVNExceptionCopyright © 2025. All rights reserved.