Command class abstract

One command exposed by the Vania executable.

Implementers

Constructors

Command()

Properties

description String
no setter
hashCode int
The hash code for this object.
no setterinherited
help String
no setter
name String
no setter
requiresProject bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usage String
no setter
workingDirectory Directory
getter/setter pair

Methods

execute(List<String> arguments) Future<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printUsage() → void
toString() String
A string representation of this object.
inherited

Operators

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