| Interface | Description |
|---|---|
| StringArrayNode.Completor<E> |
The completor interface for the string array node.
|
| StringArrayNode.Executor<E> |
The executor interface for the string array node.
|
| Class | Description |
|---|---|
| ArgumentNode<E,T> |
The abstract argument node class containing all methods required to build a customizable argument tree.
|
| ListNode<E,T> |
The list node can be used to parse the same argument multiple times.
|
| RedirectNode<E> |
A node that redirects the execution to another node.
|
| StringArrayNode<E> |
The string array node can be used to handle an argument the traditional way by only receiving a string array.
|
| StringNode<E> |
The string node only matches the given string.
|
| TypedNode<E,T> |
The typed argument node matches the given
ArgumentType which can be treated like a wrapper for argument nodes. |