public class CommandLine
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
verbose |
Constructor and Description |
---|
CommandLine(java.lang.String[] args)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
parseCommandLine(java.lang.String[] args)
The method for parsing command lines of LeakiEst.
|
static void |
printUsage()
Print usage of this tool.
|