Package chemaxon.checkers
Class StructureCheckOptions
- java.lang.Object
-
- chemaxon.checkers.StructureCheckOptions
-
@PublicAPI public class StructureCheckOptions extends Object
Options descriptor for structure checker command line interface- Since:
- 5.7
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
StructureCheckOptions.Mode
The mode of the structure checkstatic class
StructureCheckOptions.ModeConverter
Converter for Mode enumeration.static class
StructureCheckOptions.Type
The output type of the structure checkstatic class
StructureCheckOptions.TypeConverter
Converter for Type enumeration.
-
Field Summary
Fields Modifier and Type Field Description String
config
The configuration of the structure check.String
discardedPath
The path of the invalid/unfixable output structuresList<String>
files
List of the input filesboolean
fix
Fix mode - deprecated.String
format
The format of the output structures of the structure checkerboolean
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 errorboolean
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 errorString
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 involvedString
outputPath
The path of the valid/fixed output structuresString
reportFormat
The path of the report fileString
reportPath
The path of the report fileString
reportPattern
The path of the report fileboolean
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 Summary
Constructors Constructor Description StructureCheckOptions()
-
-
-
Field Detail
-
help
public boolean help
Help needs to be printed.
-
helpCheckerAction
public boolean helpCheckerAction
Checker action help needs to be printed.
-
helpFixerAction
public boolean helpFixerAction
Fixer action help needs to be printed.
-
config
public String config
The configuration of the structure check.
-
mode
public StructureCheckOptions.Mode mode
The mode of the structure check (only check or fixes too)
-
type
public StructureCheckOptions.Type type
The output type of the structure check (one or two files)
-
format
public String format
The format of the output structures of the structure checker
-
outputPath
public String outputPath
The path of the valid/fixed output structures
-
discardedPath
public String discardedPath
The path of the invalid/unfixable output structures
-
reportPath
public String reportPath
The path of the report file
-
reportProperty
public boolean reportProperty
The name of the report property, in the output structure file(s)
-
reportPattern
public String reportPattern
The path of the report file
-
reportFormat
public String reportFormat
The path of the report file
-
logPath
public String logPath
The path of the program error log file.
-
ocr
public boolean ocr
OCR check involved
-
fix
public boolean fix
Fix mode - deprecated.
-
ignoreErrors
public 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
-
ignoreConfigurationErrors
public 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
-
noReport
public 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.)
-
-