Class Main


  • public class Main
    extends org.jf.util.jcommander.Command
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean version  
      static java.lang.String VERSION  
      • Fields inherited from class org.jf.util.jcommander.Command

        commandAncestors
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected com.beust.jcommander.JCommander getJCommander()  
      static void main​(java.lang.String[] args)  
      void run()  
      protected static void version()  
      • Methods inherited from class org.jf.util.jcommander.Command

        getCommandHierarchy, setupCommand, usage
      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
      • version

        public boolean version
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • run

        public void run()
        Specified by:
        run in class org.jf.util.jcommander.Command
      • getJCommander

        protected com.beust.jcommander.JCommander getJCommander()
        Overrides:
        getJCommander in class org.jf.util.jcommander.Command
      • main

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

        protected static void version()