org.tmatesoft.svn.core.io
public class SVNLocationEntry extends Object
Version: 1.1.1
See Also: 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.
|
Parameters: revision a revision number path an item's path in the reposytory in
the revision
Returns: a path
Returns: a revision number.