Class CommandLineActionManager


  • @OpenApi
    public final class CommandLineActionManager
    extends java.lang.Object
    Manager registers available command line actions.
    • Constructor Detail

      • CommandLineActionManager

        private CommandLineActionManager()
    • Method Detail

      • addAction

        @OpenApi
        public void addAction​(CommandLineAction action)
        Register command line action.
        Parameters:
        action - command line action to register.
      • removeAction

        @OpenApi
        public void removeAction​(CommandLineAction action)
        Remove command line action.
        Parameters:
        action - command line action to remove.