Class CopySource
java.lang.Object
org.apache.subversion.javahl.types.CopySource
- All Implemented Interfaces:
Serializable
A description of a copy source.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopySource
(String path, Revision revision, Revision pegRevision) Create a new instance. -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
path
The source path or URL. -
revision
The source revision. -
pegRevision
The peg revision.
-
-
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.
-