Package chemaxon.checkers
Class StructureCheckOptions
java.lang.Object
chemaxon.checkers.StructureCheckOptions
Options descriptor for structure checker command line interface
- Since:
- 5.7
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
The mode of the structure checkstatic final class
Converter for Mode enumeration.static enum
The output type of the structure checkstatic final class
Converter for Type enumeration. -
Field Summary
Modifier and TypeFieldDescriptionThe configuration of the structure check.The path of the invalid/unfixable output structuresList of the input filesboolean
Fix mode - deprecated.The format of the output structures of the structure checkerboolean
Help needs to be printed.boolean
Checker action help needs to be printed.boolean
Fixer action help needs to be printed.boolean
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 errorboolean
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 errorThe path of the program error log file.The mode of the structure check (only check or fixes too)boolean
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 check involvedThe path of the valid/fixed output structuresThe path of the report fileThe path of the report fileThe path of the report fileboolean
The name of the report property, in the output structure file(s)The output type of the structure check (one or two files) -
Constructor Summary
-
Method Summary
-
Field Details
-
help
public boolean helpHelp needs to be printed. -
helpCheckerAction
public boolean helpCheckerActionChecker action help needs to be printed. -
helpFixerAction
public boolean helpFixerActionFixer action help needs to be printed. -
config
The configuration of the structure check. -
mode
The mode of the structure check (only check or fixes too) -
type
The output type of the structure check (one or two files) -
format
The format of the output structures of the structure checker -
outputPath
The path of the valid/fixed output structures -
discardedPath
The path of the invalid/unfixable output structures -
reportPath
The path of the report file -
reportProperty
public boolean reportPropertyThe name of the report property, in the output structure file(s) -
reportPattern
The path of the report file -
reportFormat
The path of the report file -
logPath
The path of the program error log file. -
ocr
public boolean ocrOCR check involved -
fix
public boolean fixFix mode - deprecated. -
ignoreErrors
public boolean ignoreErrorsIgnores 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 -
ignoreConfigurationErrors
public boolean ignoreConfigurationErrorsIgnores 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 -
noReport
public boolean noReportThe execution does not generate report to file or property (the execution does only effect structures with fixable structure errors in fix mode.) -
files
List of the input files
-
-
Constructor Details
-
StructureCheckOptions
public StructureCheckOptions()
-