public abstract class AbstractDelegateFileMutator extends AbstractFileChangeMutator
sourceFileNOOP| Modifier and Type | Method and Description |
|---|---|
void |
afterBuild(BuildContext context,
java.lang.Throwable error)
Runs after each iteration of the build has finished.
|
void |
afterCleanup(BuildContext context,
java.lang.Throwable error)
Runs after each iteration of cleanup has finished.
|
void |
afterScenario(ScenarioContext context)
Runs after the last iteration of the scenario has finished.
|
protected void |
applyChangeTo(BuildContext context,
java.lang.StringBuilder text) |
void |
beforeBuild(BuildContext context)
Runs before starting an iteration of the build, after any potential cleanup has finished.
|
void |
beforeCleanup(BuildContext context)
Runs before each iteration if cleanup tasks are declared.
|
void |
beforeScenario(ScenarioContext context)
Runs before the first iteration of the scenario.
|
protected abstract AbstractFileChangeMutator |
getFileChangeMutator(java.io.File sourceFile) |
revert, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitvalidateprotected abstract AbstractFileChangeMutator getFileChangeMutator(java.io.File sourceFile)
protected void applyChangeTo(BuildContext context, java.lang.StringBuilder text)
applyChangeTo in class AbstractFileChangeMutatorpublic void beforeScenario(ScenarioContext context)
BuildMutatorbeforeScenario in interface BuildMutatorbeforeScenario in class AbstractFileChangeMutatorpublic void beforeCleanup(BuildContext context)
BuildMutatorpublic void afterCleanup(BuildContext context, java.lang.Throwable error)
BuildMutatorpublic void beforeBuild(BuildContext context)
BuildMutatorbeforeBuild in interface BuildMutatorbeforeBuild in class AbstractFileChangeMutatorpublic void afterBuild(BuildContext context, java.lang.Throwable error)
BuildMutatorpublic void afterScenario(ScenarioContext context)
BuildMutatorafterScenario in interface BuildMutatorafterScenario in class AbstractFileChangeMutator