public class StructureCheckOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StructureCheckOptions.Mode
The mode of the structure check
|
static class |
StructureCheckOptions.ModeConverter
Converter for Mode enumeration.
|
static class |
StructureCheckOptions.Type
The output type of the structure check
|
static class |
StructureCheckOptions.TypeConverter
Converter for Type enumeration.
|
Modifier and Type | Field and Description |
---|---|
String |
config
The configuration of the structure check.
|
String |
discardedPath
The path of the invalid/unfixable output structures
|
List<String> |
files
List of the input files
|
boolean |
fix
Fix mode - deprecated.
|
String |
format
The format of the output structures of the structure checker
|
boolean |
help
Help needs to be printed.
|
boolean |
helpCheckerAction
Checker action help needs to be printed.
|
boolean |
helpFixerAction
Fixer action help needs to be printed.
|
boolean |
ignoreConfigurationErrors
Ignores configuration errors - errors found in input files does not cause the execution to stop on the input file, just skips
the actual structure and tries the next - printing error message on the standard error
|
boolean |
ignoreErrors
Ignores errors - errors found in input files does not cause the execution to stop on the input file, just skips
the actual structure and tries the next - printing error message on the standard error
|
String |
logPath
The path of the program error log file.
|
StructureCheckOptions.Mode |
mode
The mode of the structure check (only check or fixes too)
|
boolean |
noReport
The execution does not generate report to file or property (the execution does only effect structures with
fixable structure errors in fix mode.)
|
boolean |
ocr
OCR check involved
|
String |
outputPath
The path of the valid/fixed output structures
|
String |
reportFormat
The path of the report file
|
String |
reportPath
The path of the report file
|
String |
reportPattern
The path of the report file
|
boolean |
reportProperty
The name of the report property, in the output structure file(s)
|
StructureCheckOptions.Type |
type
The output type of the structure check (one or two files)
|
Constructor and Description |
---|
StructureCheckOptions() |
public boolean help
public boolean helpCheckerAction
public boolean helpFixerAction
public String config
public StructureCheckOptions.Mode mode
public StructureCheckOptions.Type type
public String format
public String outputPath
public String discardedPath
public String reportPath
public boolean reportProperty
public String reportPattern
public String reportFormat
public String logPath
public boolean ocr
public boolean fix
public boolean ignoreErrors
public boolean ignoreConfigurationErrors
public boolean noReport