Pipeline class

Constructors

Pipeline()

Properties

hashCode int
The hash code for this object.
no setterinherited
runner ↔ CommandRunner
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
world World
final
yaml Map<String, String>
final

Methods

addCliCommand(Command command) → void
addCommand(Command command) → void
addYaml(String? scriptName, String value) → void
createCliCommands() → void
createScriptCommands() → void
loadMarkdown() → void
loadYaml() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> arguments) → void
toString() String
A string representation of this object.
inherited

Operators

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