Cli class abstract

Daemon process handler

Annotations

Constructors

Cli()

Properties

allCommands Map<String, Command>
no setter
availableCommands SubtypesOf<Command>
no setter
config ServerConfig
no setter
db Db
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
net Net
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

classCodeToCommand(String code) String
commandToClassCode(String command) String
getCommandArgParser(Command command) ArgParser
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(List<String> arguments) Future
toString() String
A string representation of this object.
inherited

Operators

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