Interface RawCommand
- All Superinterfaces:
Command, InvocableCommand<RawCommand.Invocation>
A specialized sub-interface of
Command which indicates the proxy should pass
the command and its arguments directly without further processing.
This is useful for bolting on external command frameworks to Velocity.-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceContains the invocation data for a raw command. -
Method Summary
Methods inherited from interface InvocableCommand
execute, hasPermission, suggest, suggestAsync