public class PrintDataIOProvider extends Object
| Modifier and Type | Field and Description |
|---|---|
private String[] |
args
command line arguments.
|
private boolean |
debug
debug flag for additional debuging information.
|
private String |
manager |
private boolean |
verbose
verbose flag to outout additional information to stdout.
|
| Constructor and Description |
|---|
PrintDataIOProvider(String[] args)
Construct a
PrintDataIOProvider using args |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Main routine of
ALDOpRunner , see usage. |
private static void |
printUsage()
Print usage to stderr.
|
private void |
printUsageVerbose()
Print verbose usage to stderr.
|
void |
runIt()
This method does the complete work to scan arguments, read and write parameters
and
runOp the operator. |
private boolean verbose
private boolean debug
private String[] args
private String manager
public PrintDataIOProvider(String[] args)
PrintDataIOProvider using argsargs - command line argumentsprivate static void printUsage()
private void printUsageVerbose()
public static void main(String[] args)
ALDOpRunner , see usage.public void runIt()
runOp the operator.Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.