public class Main extends Object
Constructor and Description |
---|
Main()
Construct a filter tool instance
|
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] argv)
This is where it all starts.
|
int |
process(String[] argv)
Process command line options and perform filtering tasks
|
protected int |
processArgs(String[] argv,
Collection cNames)
Process command line options
|
static void |
usage()
Print a usage message to System.err
|
public static void main(String[] argv)
public int process(String[] argv)
protected int processArgs(String[] argv, Collection cNames)
public static void usage()
Copyright © 2020. All rights reserved.