interface CommandProvider
Represents a command provider
Author
johnsonlee
get |
returns a mapping of command name and url abstract fun get(): Collection<Command>
returns a command with the specific name open operator fun get(name: String): Command? |