Uses of
Interface
command.manager.commands.intrface.BaseCommand
Package
Description
-
Uses of BaseCommand in command.manager
Modifier and TypeMethodDescriptionCommandManager.fromDescription
(CommandDescription description) -
Uses of BaseCommand in command.manager.commands
Modifier and TypeClassDescriptionclass
Adds new element to collection.class
Add element if it's value greater than max value.class
Adds element if it's value lower than min value.class
Clears collectionclass
Shows count of the elements greater than distance value.class
class
Terminates the application (without saving collection).class
Shows reference about available commands.class
Shows information about the collection.class
Returns element from collection with min creation date.class
Prints all distance fields in ascending sorting.class
Removes element from collection by id.class
Removes elements from collection greater than given in argument.class
Deprecated.Deprecated since 2.0 because file logic now are out of supportclass
Shows every element of the collection in toString() interpretation.class
Updates element by its ID. -
Uses of BaseCommand in command.manager.preprocessing
Modifier and TypeMethodDescriptionvoid
CommandPreProcessorManager.preProceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of BaseCommand in command.manager.preprocessing.processors
Modifier and TypeMethodDescriptionvoid
CommandAuthorizePreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) void
CommandPreProcessor.proceed
(BaseCommand command, CallerBack callerBack, ServerConnection connection) -
Uses of BaseCommand in command.manager.server.commands