public abstract class CreateEntryChange extends StructuralChange
myPath
Constructor and Description |
---|
CreateEntryChange(java.io.DataInput in) |
CreateEntryChange(long id,
java.lang.String path) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ChangeVisitor v) |
boolean |
isCreationalFor(java.lang.String path) |
void |
revertOn(RootEntry root,
boolean warnOnFileNotFound) |
affectsMatching, affectsPath, affectsProject, cannotRevert, getAffectedPaths, getContentsToPurge, getOldPath, getPath, removeEntry, revertPath, toString, write
public CreateEntryChange(long id, java.lang.String path)
public CreateEntryChange(java.io.DataInput in) throws java.io.IOException
java.io.IOException
public void revertOn(RootEntry root, boolean warnOnFileNotFound)
revertOn
in class StructuralChange
public boolean isCreationalFor(java.lang.String path)
isCreationalFor
in class StructuralChange
public void accept(ChangeVisitor v) throws ChangeVisitor.StopVisitingException
accept
in class Change
ChangeVisitor.StopVisitingException