| Package | Description |
|---|---|
| com.sk89q.intake | |
| com.sk89q.intake.completion | |
| com.sk89q.intake.dispatcher | |
| com.sk89q.intake.parametric |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandCallable
A command that can be executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullCompleter
Always returns an empty list of suggestions.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Dispatcher
Executes a command based on user input.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleDispatcher
A simple implementation of
Dispatcher. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParametricCommand
An abstract implementation of
CommandCallable that does everything
but the actual parameter binding and method calling. |
| Modifier and Type | Method and Description |
|---|---|
CommandCompleter |
ParametricBuilder.getDefaultCompleter()
Get the default command suggestions provider that will be used if
no suggestions are available.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParametricBuilder.setDefaultCompleter(CommandCompleter defaultCompleter)
Set the default command suggestions provider that will be used if
no suggestions are available.
|
Copyright © 2015. All Rights Reserved.