| Package | Description |
|---|---|
| com.sk89q.intake | |
| com.sk89q.intake.dispatcher | |
| com.sk89q.intake.fluent | |
| com.sk89q.intake.parametric |
| Modifier and Type | Method and Description |
|---|---|
CommandCallable |
CommandMapping.getCallable()
Get the callable
|
CommandCallable |
ImmutableCommandMapping.getCallable() |
CommandCallable |
InvalidUsageException.getCommand()
Get the command.
|
| Constructor and Description |
|---|
ImmutableCommandMapping(CommandCallable callable,
String... alias)
Create a new instance.
|
InvalidUsageException(CommandCallable command)
Create a new instance with no error message and with no suggestion
that full and complete help for the command should be shown.
|
InvalidUsageException(String message,
CommandCallable command)
Create a new instance with a message and with no suggestion
that full and complete help for the command should be shown.
|
InvalidUsageException(String message,
CommandCallable command,
boolean fullHelpSuggested)
Create a new instance with a message.
|
| 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 | Method and Description |
|---|---|
void |
SimpleDispatcher.registerCommand(CommandCallable callable,
String... alias) |
void |
Dispatcher.registerCommand(CommandCallable callable,
String... alias)
Register a command with this dispatcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DispatcherNode.register(CommandCallable callable,
String... alias)
Register a command with this dispatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractParametricCallable
A base class for commands that use
ArgumentParser. |
Copyright © 2015. All Rights Reserved.