public class SVNLocationEntry extends Object
ISVNLocationEntryHandler| Constructor and Description |
|---|
SVNLocationEntry(long revision,
String path)
Constructs an SVNLocationEntry object.
|
SVNLocationEntry(long revision,
String path,
boolean isResultOfMerge,
Map mergedMergeInfo)
Constructs an SVNLocationEntry object.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getMergedMergeInfo()
Returns merge info for this path@revision.
|
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,
String path)
revision - a revision numberpath - an item's path in the reposytory in
the revisionpublic SVNLocationEntry(long revision,
String path,
boolean isResultOfMerge,
Map mergedMergeInfo)
revision - a revision numberpath - an item's path in the repository in
the revisionisResultOfMerge - whether this revision is a result of a mergemergedMergeInfo - merge info of this path@revisionpublic String getPath()
public long getRevision()
public boolean isResultOfMerge()
public Map getMergedMergeInfo()
Copyright © 2025. All rights reserved.