booster / com.didiglobal.booster.command / CommandProvider

CommandProvider

interface CommandProvider

Represents a command provider

Author
johnsonlee

Functions

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?