Class | Description |
---|---|
ChildCommandElementExecutor | |
CommandArgs |
Holder for command arguments.
|
CommandContext |
Context that a command is executed in.
|
CommandElement |
Represents a command argument element.
|
GenericArguments |
Class containing factory methods for common command elements.
|
PatternMatchingCommandElement |
Abstract command element that matches values based on pattern.
|
Exception | Description |
---|---|
ArgumentParseException |
Exception thrown when an error occurs while parsing arguments.
|