public abstract class AbstractFileSystemMutator extends AbstractScheduledMutator
AbstractScheduledMutator.Configurator, AbstractScheduledMutator.FileRoot, AbstractScheduledMutator.ScheduleNOOP| Modifier | Constructor and Description |
|---|---|
protected |
AbstractFileSystemMutator(AbstractScheduledMutator.Schedule schedule) |
| Modifier and Type | Method and Description |
|---|---|
protected static java.io.File |
resolveFile(AbstractScheduledMutator.FileRoot root,
java.io.File projectDir,
java.io.File gradleUserHome,
java.lang.String path) |
protected static java.io.File |
resolveProjectFile(java.io.File projectDir,
java.lang.String path) |
java.lang.String |
toString() |
beforeBuild, beforeCleanup, beforeScenario, deleteFileOrDirectory, executeOnSchedule, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitafterBuild, afterCleanup, afterScenarioprotected AbstractFileSystemMutator(AbstractScheduledMutator.Schedule schedule)
protected static java.io.File resolveProjectFile(java.io.File projectDir,
java.lang.String path)
protected static java.io.File resolveFile(AbstractScheduledMutator.FileRoot root, java.io.File projectDir, java.io.File gradleUserHome, java.lang.String path)
public java.lang.String toString()
toString in class AbstractScheduledMutator