public class SVNConflictVersion extends Object
| Constructor and Description |
|---|
SVNConflictVersion(SVNURL repositoryRoot,
String path,
long pegRevision,
SVNNodeKind kind)
Creates a new
SVNConflictVersion. |
| Modifier and Type | Method and Description |
|---|---|
SVNNodeKind |
getKind()
Returns the node kind.
|
String |
getPath()
Returns the repository path.
|
long |
getPegRevision()
Returns the peg revision
|
SVNURL |
getRepositoryRoot()
Returns the repository root url.
|
String |
toString()
Returns a string representation of this object.
|
public SVNConflictVersion(SVNURL repositoryRoot, String path, long pegRevision, SVNNodeKind kind)
SVNConflictVersion.repositoryRoot - repository root urlpath - absolute repository pathpegRevision - peg revision at which to look up pathkind - node kind of the pathpublic SVNURL getRepositoryRoot()
public String getPath()
public long getPegRevision()
public SVNNodeKind getKind()
Copyright © 2025. All rights reserved.