Uses of Class
command.logic.CommandDescription
Packages that use CommandDescription
Package
Description
-
Uses of CommandDescription in command.logic
Methods in command.logic that return types with arguments of type CommandDescriptionMethod parameters in command.logic with type arguments of type CommandDescriptionModifier and TypeMethodDescriptionvoid
CommandLoaderUtility.acceptElement
(ArrayList<CommandDescription> descriptions) static void
CommandDescriptionHolder.initialize
(ArrayList<CommandDescription> commands) Constructor parameters in command.logic with type arguments of type CommandDescriptionModifierConstructorDescriptionCommandExecutor
(ArrayList<CommandDescription> commands, InputStream input, CommandMode mode, ApplicationResponseProvider<CommandStatusResponse>... providers) Constructor :/ -
Uses of CommandDescription in command.logic.external.reciever
Methods in command.logic.external.reciever with parameters of type CommandDescriptionModifier 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
Methods in command.logic.reciever.caller with parameters of type CommandDescriptionModifier 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
Methods in command.logic.reciever.receiver with parameters of type CommandDescriptionModifier and TypeMethodDescriptionboolean
ExternalBaseReceiver.receiveCommand
(CommandDescription command, String[] args) -
Uses of CommandDescription in command.manager
Methods in command.manager that return types with arguments of type CommandDescriptionModifier and TypeMethodDescriptionstatic ArrayList<CommandDescription>
CommandExporter.getCommandsToExport()
Methods in command.manager with parameters of type CommandDescriptionModifier and TypeMethodDescriptionCommandManager.fromDescription
(CommandDescription description) -
Uses of CommandDescription in gui.controller.command
Constructors in gui.controller.command with parameters of type CommandDescriptionModifierConstructorDescriptionCommandExecuteButtonController
(CommandDescription description, JTextField argsField, CommandCallback callback, ExceptionProvider... providers) -
Uses of CommandDescription in gui.controller.main
Method parameters in gui.controller.main with type arguments of type CommandDescriptionModifier and TypeMethodDescriptionvoid
CommandButtonFactory.acceptElement
(ArrayList<CommandDescription> descriptions) Constructors in gui.controller.main with parameters of type CommandDescription -
Uses of CommandDescription in gui.frame
Constructors in gui.frame with parameters of type CommandDescription -
Uses of CommandDescription in request
Methods in request that return CommandDescriptionConstructors in request with parameters of type CommandDescriptionModifierConstructorDescriptionArgumentCommandClientRequest
(CommandDescription command, String[] lineArgs, T argument) CommandClientRequest
(CommandDescription command, String[] lineArgs) -
Uses of CommandDescription in request.logic.sender
Methods in request.logic.sender with parameters of type CommandDescriptionModifier 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
Methods in response that return types with arguments of type CommandDescriptionConstructor parameters in response with type arguments of type CommandDescriptionModifierConstructorDescriptionCommandDescriptionsResponse
(ArrayList<CommandDescription> commands)