|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tmatesoft.svn.core.io.SVNLocationEntry
public class SVNLocationEntry
The SVNLocationEntry represents a mapping of a path to its revision. That is, the repository path of an item in a particular revision.
ISVNLocationEntryHandler
Constructor Summary | |
---|---|
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. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
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@revisionMethod Detail |
---|
public java.lang.String getPath()
public long getRevision()
public boolean isResultOfMerge()
public java.util.Map getMergedMergeInfo()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |