Class ServerCommand<T extends Configuration>

    • Constructor Detail

      • ServerCommand

        public ServerCommand​(Application<T> application)
      • ServerCommand

        protected ServerCommand​(Application<T> application,
                                String name,
                                String description)
        A constructor to allow reuse of the server command as a different name
        Parameters:
        application - the application using this command
        name - the argument name to invoke this command
        description - a summary of what the command does