public class DeleteChange extends StructuralChange
myPath
Constructor and Description |
---|
DeleteChange(java.io.DataInput in) |
DeleteChange(long id,
java.lang.String path,
Entry deletedEntry) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ChangeVisitor v) |
java.util.List<Content> |
getContentsToPurge() |
Entry |
getDeletedEntry() |
boolean |
isDeletionOf(java.lang.String p) |
void |
revertOn(RootEntry root,
boolean warnOnFileNotFound) |
void |
write(java.io.DataOutput out) |
affectsMatching, affectsPath, affectsProject, cannotRevert, getAffectedPaths, getOldPath, getPath, isCreationalFor, removeEntry, revertPath, toString
public DeleteChange(long id, java.lang.String path, Entry deletedEntry)
public DeleteChange(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void write(java.io.DataOutput out) throws java.io.IOException
write
in class StructuralChange
java.io.IOException
public Entry getDeletedEntry()
public void revertOn(RootEntry root, boolean warnOnFileNotFound)
revertOn
in class StructuralChange
public boolean isDeletionOf(java.lang.String p)
public java.util.List<Content> getContentsToPurge()
getContentsToPurge
in class StructuralChange
public void accept(ChangeVisitor v) throws ChangeVisitor.StopVisitingException
accept
in class Change
ChangeVisitor.StopVisitingException