public interface ArgumentTranslator
Modifier and Type | Method and Description |
---|---|
void |
translate(CommandContext context,
Object cmdKey,
Object invoker,
Object args)
Translates from the invocation environment
into a
CommandContext . |
void translate(CommandContext context, Object cmdKey, Object invoker, Object args) throws IfsException
CommandContext
.context
- the command's context.cmdKey
- the command's key within the invocation environment.invoker
- the command's invoker.args
- additional args to be interpreted.IfsException
CommandContext
,
CommandInvoker
Copyright © 2023. All rights reserved.