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, writepublic CreateEntryChange(long id,
java.lang.String path)
public CreateEntryChange(java.io.DataInput in)
throws java.io.IOException
java.io.IOExceptionpublic void revertOn(RootEntry root, boolean warnOnFileNotFound)
revertOn in class StructuralChangepublic boolean isCreationalFor(java.lang.String path)
isCreationalFor in class StructuralChangepublic void accept(ChangeVisitor v) throws ChangeVisitor.StopVisitingException
accept in class ChangeChangeVisitor.StopVisitingException