| Package | Description |
|---|---|
| com.sk89q.intake.parametric | |
| com.sk89q.intake.parametric.handler |
| Modifier and Type | Method and Description |
|---|---|
ArgumentParser |
ArgumentParser.Builder.build()
Create a new argument parser.
|
protected ArgumentParser |
AbstractParametricCallable.getParser()
Get the argument parser.
|
| Constructor and Description |
|---|
AbstractParametricCallable(ParametricBuilder builder,
ArgumentParser parser)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InvokeHandler.postInvoke(List<? extends Annotation> annotations,
ArgumentParser parser,
Object[] args,
CommandArgs commandArgs)
Called after the command has been executed.
|
void |
LegacyCommandsHandler.postInvoke(List<? extends Annotation> annotations,
ArgumentParser parser,
Object[] args,
CommandArgs commandArgs) |
boolean |
InvokeHandler.preInvoke(List<? extends Annotation> annotations,
ArgumentParser parser,
Object[] args,
CommandArgs commandArgs)
Called after arguments have been parsed but the command has yet
to be executed.
|
boolean |
LegacyCommandsHandler.preInvoke(List<? extends Annotation> annotations,
ArgumentParser parser,
Object[] args,
CommandArgs commandArgs) |
boolean |
InvokeHandler.preProcess(List<? extends Annotation> annotations,
ArgumentParser parser,
CommandArgs commandArgs)
Called before arguments have been parsed.
|
boolean |
LegacyCommandsHandler.preProcess(List<? extends Annotation> annotations,
ArgumentParser parser,
CommandArgs commandArgs) |
void |
InvokeListener.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder descriptionBuilder)
Called to update the description of a command.
|
void |
LegacyCommandsHandler.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder builder) |
void |
AbstractInvokeListener.updateDescription(Set<Annotation> annotations,
ArgumentParser parser,
ImmutableDescription.Builder descriptionBuilder) |
Copyright © 2015. All Rights Reserved.