Class Main

  • All Implemented Interfaces:
    java.lang.Runnable

    public class Main
    extends java.lang.Object
    implements java.lang.Runnable
    Since:
    1.1.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.io.PrintWriter err  
      (package private) java.io.PrintWriter out  
      (package private) picocli.CommandLine.Model.CommandSpec spec  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      private static int execute​(picocli.CommandLine commandLine, java.lang.String[] args)  
      static void main​(java.lang.String[] args)  
      void run()  
      static int run​(java.io.PrintWriter out, java.io.PrintWriter err, java.lang.String... args)  
      static int run​(java.lang.String... args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • out

        java.io.PrintWriter out
      • err

        java.io.PrintWriter err
      • spec

        picocli.CommandLine.Model.CommandSpec spec
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • main

        public static void main​(java.lang.String[] args)
      • run

        public static int run​(java.lang.String... args)
      • run

        public static int run​(java.io.PrintWriter out,
                              java.io.PrintWriter err,
                              java.lang.String... args)
      • execute

        private static int execute​(picocli.CommandLine commandLine,
                                   java.lang.String[] args)