Package main
Class Main
- java.lang.Object
-
- main.Main
-
public class Main extends java.lang.Object
ClassMain
is 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.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.
-
-
-
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.
-
-