Package org.gradle.profiler.mutations
Class ApplyAbiChangeToSourceFileMutator
java.lang.Object
org.gradle.profiler.mutations.AbstractFileChangeMutator
org.gradle.profiler.mutations.AbstractDelegateFileMutator
org.gradle.profiler.mutations.ApplyAbiChangeToSourceFileMutator
- All Implemented Interfaces:
BuildMutator
-
Field Summary
Fields inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
sourceFileFields inherited from interface org.gradle.profiler.BuildMutator
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractFileChangeMutatorgetFileChangeMutator(File sourceFile) Methods inherited from class org.gradle.profiler.mutations.AbstractDelegateFileMutator
afterBuild, afterCleanup, afterScenario, applyChangeTo, beforeBuild, beforeCleanup, beforeScenarioMethods inherited from class org.gradle.profiler.mutations.AbstractFileChangeMutator
revert, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gradle.profiler.BuildMutator
validate
-
Constructor Details
-
ApplyAbiChangeToSourceFileMutator
-
-
Method Details
-
getFileChangeMutator
- Specified by:
getFileChangeMutatorin classAbstractDelegateFileMutator
-