ProducerInit class producer

Task to run project initialization (setup).

Inheritance

Constructors

ProducerInit()
Create new Task based of the root folder.

Properties

hashCode int
The hash code for this object.
no setterinherited
options Map<ScriptOption, String>
The options which configures the task.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptName ScriptName
The script the task belongs to.
finalinherited
taskName TaskName
The name of this task.
finalinherited

Methods

dependsOn() List<Task>
List of tasks that should be run before executing this task.
override
exampleCommands() List<String>
Output list of example commands to use this Task.
override
execute(String pathToRoot) Future<TaskResult>
Execute the task.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBeExecuted(String pathToRoot) Future<void>
Task logic implemented by the child class which will be executed.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited