A - The actor typepublic interface MutableExecutionContext<A extends CommandActor> extends ExecutionContext<A>
ExecutionContext as it allows modifying
the arguments that have been resolved.| Modifier and Type | Method and Description |
|---|---|
void |
addResolvedArgument(@NotNull java.lang.String name,
java.lang.Object value)
Adds the given parameter name to this context
|
void |
clearResolvedArguments()
Clears all the resolved arguments.
|
actor, command, create, createMutable, getResolvedArgument, getResolvedArgument, getResolvedArgumentOrNull, getResolvedArgumentOrNull, input, lamp, resolvedArgumentsvoid addResolvedArgument(@NotNull
@NotNull java.lang.String name,
java.lang.Object value)
name - The parameter namevalue - The parameter valuevoid clearResolvedArguments()