PatternTaskMixin mixin

A mixin for TaskBase that implements TaskBase.canProcess based on a filePattern.

Implemented types

Properties

filePattern Pattern
The pattern that the RepoEntry.file is matched against.
no setter
hashCode int
The hash code for this object.
no setterinherited
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

canProcess(RepoEntry entry) bool
Checks if a RepoEntry can be processed by this task.
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