| java.lang.Object org.tmatesoft.svn.core.io.SVNLocationEntry
SVNLocationEntry | public class SVNLocationEntry (Code) | | The SVNLocationEntry represents a mapping of a path to its
revision. That is, the repository path of an item in a particular
revision.
version: 1.1.1 author: TMate Software Ltd. See Also: ISVNLocationEntryHandler |
Constructor Summary | |
public | SVNLocationEntry(long revision, String path) Constructs an SVNLocationEntry object. |
SVNLocationEntry | public SVNLocationEntry(long revision, String path)(Code) | | Constructs an SVNLocationEntry object.
Parameters: revision - a revision number Parameters: path - an item's path in the reposytory in the revision |
getRevision | public long getRevision()(Code) | | Gets the revision number.
a revision number. |
|
|