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 booleanprivate booleanprivate booleanprivate Stringprivate SVNRevisionprivate Stringprivate Stringprivate SVNURLprivate SVNRevisionprivate String -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateSVNExternal(String target, String url, SVNRevision pegRevision, SVNRevision revision, boolean isRevisionExplicit, boolean isPegRevisionExplicit, boolean isNewFormat) -
Method Summary
Modifier and TypeMethodDescriptionprivate static intfetchRevision(SVNExternal external, Object owner, String line, List tokens) findTargetDuplications(SVNExternal[] externals) private StringformatRevisionString(String revisionPrefix, SVNRevision revision) intgetPath()protected StringDeprecated.booleanbooleanbooleanstatic SVNExternal[]parseExternals(Object owner, String description) private static Stringprivate static voidreportParsingError(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
-