org.tmatesoft.svn.core.io
Class 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.
SVNLocationEntry(long revision, String path)- Constructs an SVNLocationEntry object.
|
SVNLocationEntry
public SVNLocationEntry(long revision,
String path) Constructs an SVNLocationEntry object.
revision - a revision numberpath - an item's path in the reposytory in
the revision
getPath
public String getPath()
Gets the path.
getRevision
public long getRevision()
Gets the revision number.
Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.