org.tmatesoft.svn.core.io

Class SVNLocationEntry


public class SVNLocationEntry
extends Object

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

SVNLocationEntry(long revision, String path)
Constructs an SVNLocationEntry object.

Method Summary

String
getPath()
Gets the path.
long
getRevision()
Gets the revision number.

Constructor Details

SVNLocationEntry

public SVNLocationEntry(long revision,
                        String path)
Constructs an SVNLocationEntry object.
Parameters:
revision - a revision number
path - an item's path in the reposytory in the revision

Method Details

getPath

public String getPath()
Gets the path.
Returns:
a path

getRevision

public long getRevision()
Gets the revision number.
Returns:
a revision number.

Copyright © 2004-2006 TMate Software Ltd. All Rights Reserved.