Class SVNConflictVersion
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNConflictVersion
SVNConflictVersion represents Info about one of the conflicting versions of a node.
- Since:
- 1.3
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final SVNNodeKind
private final String
private final long
private final SVNURL
-
Constructor Summary
ConstructorsConstructorDescriptionSVNConflictVersion
(SVNURL repositoryRoot, String path, long pegRevision, SVNNodeKind kind) Creates a newSVNConflictVersion
. -
Method Summary
-
Field Details
-
myRepositoryRoot
-
myPath
-
myPegRevision
private final long myPegRevision -
myKind
-
-
Constructor Details
-
SVNConflictVersion
Creates a newSVNConflictVersion
.- Parameters:
repositoryRoot
- repository root urlpath
- absolute repository pathpegRevision
- peg revision at which to look uppath
kind
- node kind of thepath
- Since:
- 1.3
-
-
Method Details
-
getRepositoryRoot
Returns the repository root url.- Returns:
- repository root url
- Since:
- 1.3
-
getPath
Returns the repository path.- Returns:
- absolute repository path
- Since:
- 1.3
-
getPegRevision
public long getPegRevision()Returns the peg revision- Returns:
- peg revision
- Since:
- 1.3
-
getKind
Returns the node kind.- Returns:
- node kind of the path
- Since:
- 1.3
-
toString
Returns a string representation of this object.
-