Interface BaseCommand

All Known Implementing Classes:
AddCommand, AddIfMaxCommand, AddIfMinCommand, ClearCommand, CountGreaterThanDistanceCommand, ExecuteScriptCommand, ExitCommand, HelpCommand, InfoCommand, MinByCreationDateCommand, PrintFieldDistanceAscendingCommand, RemoveByIdCommand, RemoveGreaterCommand, SaveCommand, ShowCommand, UpdateCommand

public interface BaseCommand
Base interface for command implementation. You should implement it before applying command in CommandManager
Since:
1.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    execute(String[] args)
    Base method for command executing.
    default String
    Base method for show command arguments
    Base method for show command description.
    Base method for show command name