private static class ReportDriver.Options
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.List<java.lang.String> |
cfgProfile
The optional database configuration profile.
|
(package private) int |
debug
The debug level.
|
(package private) boolean |
explicit
The command line contains explicit file names.
|
(package private) boolean |
filespec
The command line contains filespecs.
|
(package private) int |
idx
The index of the next parameter to be processed.
|
(package private) boolean |
ignore
The command line contains filespec plus an ignore-list.
|
(package private) boolean |
newSyntax
Do the arguments respect the newer, simpler syntax?
|
(package private) boolean |
recursion
Allow recursion in filespec mode or trail mode.
|
| Modifier | Constructor and Description |
|---|---|
private |
Options() |
boolean newSyntax
boolean explicit
boolean filespec
boolean ignore
java.util.List<java.lang.String> cfgProfile
boolean recursion
int debug
int idx