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
  • Field Details

    • 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

      The mode of the structure check (only check or fixes too)
    • 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.)
    • files

      public List<String> files
      List of the input files
  • Constructor Details

    • StructureCheckOptions

      public StructureCheckOptions()