Uses of Class
command.logic.CommandDescription
Package
Description
-
Uses of CommandDescription in command.logic
Modifier and TypeMethodDescriptionvoid
CommandLoaderUtility.acceptElement
(ArrayList<CommandDescription> descriptions) static void
CommandDescriptionHolder.initialize
(ArrayList<CommandDescription> commands) ModifierConstructorDescriptionCommandExecutor
(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/ -
Uses of CommandDescription in command.logic.external.reciever
Modifier and TypeMethodDescriptionboolean
ArgumentRouteCommandReceiver.receiveCommand
(CommandDescription command, String[] args) boolean
ExecuteScriptReceiver.receiveCommand
(CommandDescription commandDescription, String[] args) boolean
ExitReceiver.receiveCommand
(CommandDescription command, String[] args) boolean
NonArgumentReceiver.receiveCommand
(CommandDescription command, String[] args) -
Uses of CommandDescription in command.logic.reciever.caller
Modifier and TypeMethodDescriptionvoid
ExternalArgumentReceiverCaller.callReceivers
(ReceiverManager manager, CommandDescription description, String[] lineArgs) void
ExternalBaseReceiverCaller.callReceivers
(ReceiverManager manager, CommandDescription description, String[] lineArgs) abstract void
ExternalCaller.callReceivers
(ReceiverManager manager, CommandDescription description, String[] lineArgs) -
Uses of CommandDescription in command.logic.reciever.receiver
Modifier and TypeMethodDescriptionboolean
ExternalBaseReceiver.receiveCommand
(CommandDescription command, String[] args) -
Uses of CommandDescription in command.manager
Modifier and TypeMethodDescriptionstatic ArrayList<CommandDescription>
CommandExporter.getCommandsToExport()
Modifier and TypeMethodDescriptionCommandManager.fromDescription
(CommandDescription description) -
Uses of CommandDescription in gui.controller.command
ModifierConstructorDescriptionCommandExecuteButtonController
(CommandDescription description, JTextField argsField, CommandCallback callback, ExceptionProvider... providers) -
Uses of CommandDescription in gui.controller.main
Modifier and TypeMethodDescriptionvoid
CommandButtonFactory.acceptElement
(ArrayList<CommandDescription> descriptions) -
Uses of CommandDescription in gui.frame
-
Uses of CommandDescription in request
ModifierConstructorDescriptionArgumentCommandClientRequest
(CommandDescription command, String[] lineArgs, T argument) CommandClientRequest
(CommandDescription command, String[] lineArgs) -
Uses of CommandDescription in request.logic.sender
Modifier and TypeMethodDescriptionfinal void
ArgumentRequestSender.sendCommand
(CommandDescription command, String[] args, T argument, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final void
CommandRequestSender.sendCommand
(CommandDescription command, String[] args, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) -
Uses of CommandDescription in response
ModifierConstructorDescriptionCommandDescriptionsResponse
(ArrayList<CommandDescription> commands)