Class CopySource
java.lang.Object
org.apache.subversion.javahl.types.CopySource
- All Implemented Interfaces:
java.io.Serializable
public class CopySource
extends java.lang.Object
implements java.io.Serializable
A description of a copy source.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCopySource
(java.lang.String path, Revision revision, Revision pegRevision) Create a new instance. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
path
private java.lang.String pathThe 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
public java.lang.String getPath()- Returns:
- The source path or URL.
-
getRevision
- Returns:
- The source revision.
-
getPegRevision
- Returns:
- The peg revision.
-