public class Main
extends java.lang.Object
Main
is the entry class for the Beagle program.
See Par.usage()
and online program documentation for usage
instructions.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
command |
static java.lang.String |
copyright
The copyright string.
|
static java.lang.String |
program
The program name and version.
|
static java.lang.String |
shortHelp
The program name and a brief help message.
|
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Entry point to Beagle program.
|
public static final java.lang.String program
public static final java.lang.String command
public static final java.lang.String copyright
public static final java.lang.String shortHelp