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
option String
Get the option value.
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.
inherited
execute(String pathToRoot) TaskResult
Execute the task.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
optionValues() List<String>
List of options that can be passed to configure this task.
inherited
toBeExecuted(String pathToRoot) → 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