public class SVNLocationEntry
extends java.lang.Object
ISVNLocationEntryHandler
Modifier and Type | Field and Description |
---|---|
private boolean |
myIsResultOfMerge |
private java.util.Map |
myMergedMergeInfo |
private java.lang.String |
myPath |
private long |
myRevision |
Constructor and 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 and 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.
|
private long myRevision
private java.lang.String myPath
private boolean myIsResultOfMerge
private java.util.Map myMergedMergeInfo
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()