FileDeletingBuilder class
A PostProcessBuilder which can be configured to consume any input extensions and always deletes it primary input.
- Implemented types
Constructors
-
FileDeletingBuilder(List<
String> inputExtensions, {bool isEnabled = true}) -
const
-
FileDeletingBuilder.withExcludes(List<
String> inputExtensions, Iterable<String> exclude, {bool isEnabled = true})
Properties
Methods
-
build(
PostProcessBuildStep buildStep) → FutureOr< void> -
Generates the outputs and deletes for
buildStep
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited