Package main

Class Main


  • public class Main
    extends java.lang.Object
    Class Main is the entry class for the Beagle program. See Par.usage() and online program documentation for usage instructions.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMMAND  
      static java.lang.String COPYRIGHT
      The copyright string.
      static java.lang.String PROGRAM  
      static java.lang.String SHORT_HELP
      The program name and a brief help message.
      static java.lang.String VERSION
      The program name and version.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Entry point to Beagle program.
      • 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
        The program name and version.
        See Also:
        Constant Field Values
      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        The copyright string.
        See Also:
        Constant Field Values
      • SHORT_HELP

        public static final java.lang.String SHORT_HELP
        The program name and a brief help message.
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Entry point to Beagle program. See Parameters.usage() and online program documentation for usage instructions.
        Parameters:
        args - command line arguments