| Class and Description |
|---|
| Optional
Indicates an optional parameter.
|
| Class and Description |
|---|
| AbstractInvokeListener
An abstract listener.
|
| ArgumentStack |
| Binding
Used to parse user input for a command, based on available method types
and annotations.
|
| BindingHelper
A binding helper that uses the
BindingMatch annotation to make
writing bindings extremely easy. |
| BindingMatch
Denotes a match of a binding.
|
| ExceptionConverter
Used to convert a recognized
Throwable into an appropriate
CommandException. |
| ExceptionConverterHelper
An implementation of an
ExceptionConverter that automatically calls
the correct method defined on this object. |
| ExceptionMatch
Denotes a match of an exception.
|
| InvokeHandler
Called before and after a command is invoked for commands executed by a command
created using
ParametricBuilder. |
| InvokeListener
Listens to events related to
ParametricBuilder. |
| ParameterData
Describes a parameter in detail.
|
| ParameterException
Thrown if there is an error with a parameter.
|
| Class and Description |
|---|
| ParameterException
Thrown if there is an error with a parameter.
|
| Class and Description |
|---|
| ArgumentStack |
| Binding
Used to parse user input for a command, based on available method types
and annotations.
|
| BindingHelper
A binding helper that uses the
BindingMatch annotation to make
writing bindings extremely easy. |
| BindingMatch
Denotes a match of a binding.
|
| ParameterException
Thrown if there is an error with a parameter.
|
| Class and Description |
|---|
| ParametricBuilder
Creates commands using annotations placed on methods and individual parameters of
such methods.
|
| Class and Description |
|---|
| AbstractInvokeListener
An abstract listener.
|
| ArgumentStack |
| Binding
Used to parse user input for a command, based on available method types
and annotations.
|
| BindingBehavior
Determines the type of binding.
|
| ExceptionConverter
Used to convert a recognized
Throwable into an appropriate
CommandException. |
| InvokeHandler
Called before and after a command is invoked for commands executed by a command
created using
ParametricBuilder. |
| InvokeListener
Listens to events related to
ParametricBuilder. |
| ParameterData
Describes a parameter in detail.
|
| 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. |
Copyright © 2010-2014. All Rights Reserved.