common / me.schlaubi.regnumutils.command.spi

Package me.schlaubi.regnumutils.command.spi

Types

AbstractCommand

abstract class AbstractCommand : Command

Normal command interface.

Arguments

interface Arguments : Iterable<String>

Representation of user provided input.

Command

interface Command

Command interface.

Context

interface Context

The context of an command execution.

InformationProvider

interface InformationProvider

Provider for some information.

SubCommand

abstract class SubCommand : AbstractCommand

Representation of a sub-command.