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
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.
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
The program name and version.- See Also:
- Constant Field Values
-
PROGRAM
public static final java.lang.String PROGRAM
- See Also:
- Constant Field Values
-
COMMAND
public static final java.lang.String COMMAND
- 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.
-
-