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 boolean |
findBooleanOption(String[] args,
String option)
Look for a specific switch, return true if found.
|
static int |
findNumberOption(String[] args,
String option)
Scan the arguments to find an option that specifies a number.
|
int |
go(String[] args,
PrintStream out,
PrintStream err) |
static void |
main(String... args) |
public static void main(String... args)
public int go(String[] args, PrintStream out, PrintStream err)
public static boolean findBooleanOption(String[] args, String option)
Copyright © 2017 earcam. All rights reserved.