Class SVNExternal
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNExternal
- Version:
- 1.3
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate boolean
private boolean
private boolean
private String
private SVNRevision
private String
private String
private SVNURL
private SVNRevision
private String
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivate
SVNExternal
(String target, String url, SVNRevision pegRevision, SVNRevision revision, boolean isRevisionExplicit, boolean isPegRevisionExplicit, boolean isNewFormat) -
Method Summary
Modifier and TypeMethodDescriptionprivate static int
fetchRevision
(SVNExternal external, Object owner, String line, List tokens) findTargetDuplications
(SVNExternal[] externals) private String
formatRevisionString
(String revisionPrefix, SVNRevision revision) int
getPath()
protected String
Deprecated.boolean
boolean
boolean
static SVNExternal[]
parseExternals
(Object owner, String description) private static String
private static void
reportParsingError
(Object owner, String line) resolveURL
(SVNURL rootURL, SVNURL ownerURL) toString()
-
Field Details
-
myRevision
-
myPegRevision
-
myURL
-
myRawURL
-
myPath
-
myResolvedURL
-
myIsRevisionExplicit
private boolean myIsRevisionExplicit -
myIsPegRevisionExplicit
private boolean myIsPegRevisionExplicit -
myIsNewFormat
private boolean myIsNewFormat -
myRawValue
-
-
Constructor Details
-
SVNExternal
private SVNExternal() -
SVNExternal
public SVNExternal(String target, String url, SVNRevision pegRevision, SVNRevision revision, boolean isRevisionExplicit, boolean isPegRevisionExplicit, boolean isNewFormat)
-
-
Method Details
-
getRevision
-
getPegRevision
-
getPath
-
getUnresolvedUrl
-
getRawValue
-
getRawURL
Deprecated. -
isRevisionExplicit
public boolean isRevisionExplicit() -
isPegRevisionExplicit
public boolean isPegRevisionExplicit() -
isNewFormat
public boolean isNewFormat() -
getFormat
public int getFormat() -
getResolvedURL
-
resolveURL
- Throws:
SVNException
-
toString
-
parseExternals
- Throws:
SVNException
-
quotePath
-
fetchRevision
private static int fetchRevision(SVNExternal external, Object owner, String line, List tokens) throws SVNException - Throws:
SVNException
-
reportParsingError
- Throws:
SVNException
-
findTargetDuplications
-
getRevisionString
-
getPegRevisionString
-
formatRevisionString
-