Package org.tigris.subversion.javahl
Class CopySource
java.lang.Object
org.tigris.subversion.javahl.CopySource
- All Implemented Interfaces:
- Serializable
public class CopySource extends Object implements Serializable
A description of a copy source.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description CopySource(String path, Revision revision, Revision pegRevision)Create a new instance.
- 
Method SummaryModifier and Type Method Description StringgetPath()RevisiongetPegRevision()RevisiongetRevision()CopySourcetoApache()
- 
Constructor Details- 
CopySourceCreate a new instance.- Parameters:
- path-
- revision- The source revision.
- pegRevision- The peg revision. Typically interpreted as- Revision.HEADwhen- null.
 
 
- 
- 
Method Details- 
toApache
- 
getPath- Returns:
- The source path or URL.
 
- 
getRevision- Returns:
- The source revision.
 
- 
getPegRevision- Returns:
- The peg revision.
 
 
-