public class SVNLocationEntry
extends java.lang.Object
ISVNLocationEntryHandler
Constructor | Description |
---|---|
SVNLocationEntry(long revision,
java.lang.String path) |
Constructs an SVNLocationEntry object.
|
SVNLocationEntry(long revision,
java.lang.String path,
boolean isResultOfMerge,
java.util.Map mergedMergeInfo) |
Constructs an SVNLocationEntry object.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
getMergedMergeInfo() |
Returns merge info for this path@revision.
|
java.lang.String |
getPath() |
Gets the path.
|
long |
getRevision() |
Gets the revision number.
|
boolean |
isResultOfMerge() |
Tells if this path@revision is a result of a merge operation.
|
public SVNLocationEntry(long revision, java.lang.String path)
revision
- a revision numberpath
- an item's path in the reposytory in
the revision
public SVNLocationEntry(long revision, java.lang.String path, boolean isResultOfMerge, java.util.Map mergedMergeInfo)
revision
- a revision numberpath
- an item's path in the repository in
the revision
isResultOfMerge
- whether this revision
is a result of a mergemergedMergeInfo
- merge info of this path@revisionpublic java.lang.String getPath()
public long getRevision()
public boolean isResultOfMerge()
public java.util.Map getMergedMergeInfo()