public class CopyModification extends Modification
Constructor and Description |
---|
CopyModification() |
Modifier and Type | Method and Description |
---|---|
String |
getFromPath()
Gets the source path of the copied file.
|
long |
getLength() |
String |
getSha1() |
String |
getToPath() |
void |
setFromPath(String fromPath) |
void |
setLength(long length) |
void |
setSha1(String sha1) |
void |
setToPath(String toPath) |
getLocalRevision, getRemoteRepository, setLocalRevision, setRemoteRepository
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toString
public CopyModification()
public String getFromPath()
This path is always relative to the local repository's root; even if the remote repository uses a
path-prefix
. Stripping of the path-prefix is
done during DTO generation.
null
.public void setFromPath(String fromPath)
public long getLength()
public void setLength(long length)
Copyright © 2013-2014. All Rights Reserved.