Class CopySource
java.lang.Object
org.apache.subversion.javahl.types.CopySource
- All Implemented Interfaces:
Serializable
public class CopySource extends Object implements Serializable
A description of a copy source.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description CopySource(String path, Revision revision, Revision pegRevision)
Create a new instance. -
Method Summary
Modifier and Type Method Description String
getPath()
Revision
getPegRevision()
Revision
getRevision()
-
Constructor Details
-
CopySource
Create a new instance.- Parameters:
path
-revision
- The source revision.pegRevision
- The peg revision. Typically interpreted asRevision.HEAD
whennull
.
-
-
Method Details
-
getPath
- Returns:
- The source path or URL.
-
getRevision
- Returns:
- The source revision.
-
getPegRevision
- Returns:
- The peg revision.
-