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

exclude List<Glob>
final
hashCode int
The hash code for this object.
no setterinherited
inputExtensions List<String>
The extensions this builder expects for its inputs.
final
isEnabled bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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