OutdatedTaskBase class abstract

An internal base class for OutdatedTask and NullsafeTask.

Implemented types
Implementers
Available Extensions

Constructors

OutdatedTaskBase({required ProgramRunner programRunner, required TaskLogger logger})
const

Properties

callForEmptyEntries bool
Specifies, whether the task should still be executed, even if no files match.
no setteroverride
filePattern Pattern
Returns a pattern to check if a RepoEntry can be processed by this task.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
logger TaskLogger
The TaskLogger instance used by this task.
final
programRunner ProgramRunner
The ProgramRunner instance used by this task.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskName String
Returns the user-visible name of the task.
no setterinherited

Methods

call(Iterable<RepoEntry> entries) Future<TaskResult>
Executes the task on all given entries.
inherited
collectOutdated({required bool nullSafety}) Future<OutdatedInfo>
Runs dart pub outdated and collects the results.
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