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 path
kind
- node kind of the path
public SVNURL getRepositoryRoot()
public String getPath()
public long getPegRevision()
public SVNNodeKind getKind()
Copyright © 2022. All rights reserved.