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
      The command to invoke the program.
      static java.lang.String COPYRIGHT
      The copyright string.
      static java.lang.String PROGRAM
      The program name and commit version.
      static java.lang.String SHORT_HELP
      The program name and a brief help message.
    • 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

      • PROGRAM

        public static final java.lang.String PROGRAM
        The program name and commit version.
        See Also:
        Constant Field Values
      • COMMAND

        public static final java.lang.String COMMAND
        The command to invoke the program.
        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 program documentation description of valid arguments.
        Parameters:
        args - command line arguments