Package main
Class Main
- java.lang.Object
-
- main.Main
-
public class Main extends java.lang.ObjectClassMainis the entry class for the Beagle program. SeePar.usage()and online program documentation for usage instructions.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOMMANDThe command to invoke the program.static java.lang.StringCOPYRIGHTThe copyright string.static java.lang.StringPROGRAMThe program name and commit version.static java.lang.StringSHORT_HELPThe program name and a brief help message.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)Entry point to Beagle program.
-
-
-
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.
-
-