public class DeleteModification extends Modification
Constructor and Description |
---|
DeleteModification() |
Modifier and Type | Method and Description |
---|---|
long |
getLength() |
String |
getPath()
Gets the path of the deleted directory or file.
|
String |
getSha1() |
void |
setLength(long length) |
void |
setPath(String path) |
void |
setSha1(String sha1) |
getLocalRevision, getRemoteRepository, setLocalRevision, setRemoteRepository
equals, getChanged, getCreated, getId, hashCode, setChanged, setCreated, toString
public DeleteModification()
public String getPath()
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 long getLength()
public void setLength(long length)
Copyright © 2013-2014. All Rights Reserved.