abstract class AbstractCommand : Command
Normal command interface. |
|
interface Arguments : Iterable<String>
Representation of user provided input. |
|
interface Command
Command interface. |
|
interface Context
The context of an command execution. |
|
interface InformationProvider
Provider for some information. |
|
abstract class SubCommand : AbstractCommand
Representation of a sub-command. |