| Class | Description |
|---|---|
| AbstractParametricCommand |
An abstract implementation of
CommandCallable that does everything
but the actual parameter binding and method calling. |
| ParameterBinder<T> |
Binds parameters to a
Binding. |
| ParameterConsumer |
Takes a list of
Parameters and parses arguments out of a
CommandContext. |
| ParameterData<T> |
Describes a parameter in detail.
|
| ParametricBuilder |
Creates
CommandCallables from methods in an object that have been
annotated with Command. |
| Exception | Description |
|---|---|
| ConsumeException |
Thrown when parameters being consumed raise an exception or error.
|
| MissingParameterException |
Thrown when there is a missing parameter.
|
| ParameterException |
Thrown if there is an error with a parameter.
|
| ParametricException |
Thrown if the
ParametricBuilder can't build commands from
an object for whatever reason. |
| UnconsumedParameterException |
Thrown when there are leftover parameters that were not consumed, particular in the
case of the user providing too many parameters.
|
Copyright © 2015. All Rights Reserved.