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 TypeMethodDescriptionvoidCommandLoaderUtility.acceptElement(ArrayList<CommandDescription> descriptions) static voidCommandDescriptionHolder.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 TypeMethodDescriptionbooleanArgumentRouteCommandReceiver.receiveCommand(CommandDescription command, String[] args) booleanExecuteScriptReceiver.receiveCommand(CommandDescription commandDescription, String[] args) booleanExitReceiver.receiveCommand(CommandDescription command, String[] args) booleanNonArgumentReceiver.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 TypeMethodDescriptionvoidExternalArgumentReceiverCaller.callReceivers(ReceiverManager manager, CommandDescription description, String[] lineArgs) voidExternalBaseReceiverCaller.callReceivers(ReceiverManager manager, CommandDescription description, String[] lineArgs) abstract voidExternalCaller.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 TypeMethodDescriptionbooleanExternalBaseReceiver.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 TypeMethodDescriptionvoidCommandButtonFactory.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 voidArgumentRequestSender.sendCommand(CommandDescription command, String[] args, T argument, ServerConnection connection, ApplicationResponseProvider<CommandStatusResponse>... providers) final voidCommandRequestSender.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)