|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.tmatesoft.svn.core.io.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,
String path)
Constructs an SVNLocationEntry object. |
Method Summary | |
String |
getPath()
Gets the path. |
long |
getRevision()
Gets the revision number. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SVNLocationEntry(long revision, String path)
revision
- a revision numberpath
- an item's path in the reposytory in
the revision
Method Detail |
public String getPath()
public long getRevision()
|
JavaSVN Home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |