public class Main extends Object
This is NOT part of any supported API. If you write code that depends on this, you do so at your own risk. This code and its internal interfaces are subject to change or deletion without notice.
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Main entry point for the launcher.
|
static int |
run(String[] args,
PrintWriter out)
Entry point that does not call System.exit.
|
public static void main(String[] args)
args
- command line argumentspublic static int run(String[] args, PrintWriter out)
args
- command line argumentsout
- output streamCopyright © 2017 earcam. All rights reserved.