Class BaseCommand<T>

    • Field Detail

      • commandSpec

        picocli.CommandLine.Model.CommandSpec commandSpec
      • helpRequested

        private boolean helpRequested
    • Constructor Detail

      • BaseCommand

        BaseCommand()
    • Method Detail

      • execute

        void execute​(java.lang.String... args)
      • parseArgs

        void parseArgs​(java.lang.String... args)
      • toCommandLine

        private picocli.CommandLine toCommandLine()
      • initialize

        static picocli.CommandLine initialize​(picocli.CommandLine commandLine)
      • call

        public final T call()
        Specified by:
        call in interface java.util.concurrent.Callable<T>
      • getOut

        private java.io.PrintWriter getOut()
      • displayBanner

        private void displayBanner​(java.io.PrintWriter out)
      • getColorScheme

        protected final picocli.CommandLine.Help.ColorScheme getColorScheme()
      • execute

        protected abstract T execute​(java.io.PrintWriter out)