Class StructureCheckerActionStringWriter

java.lang.Object
chemaxon.structurechecker.configuration.StructureCheckerActionStringWriter
All Implemented Interfaces:
StructureCheckerConfigurationWriter

@PublicApi public class StructureCheckerActionStringWriter extends Object implements StructureCheckerConfigurationWriter
Structure Checker configuration writer for action strings.
Since:
6.1
  • Field Details

    • PARAM_SEPARATOR

      public static final String PARAM_SEPARATOR
      Parameter separator token of the action string
      See Also:
    • ENTRY_SEPARATOR

      public static final String ENTRY_SEPARATOR
      Configuration entry separator token of the action string
      See Also:
    • KEY_VALUE_SEPARATOR

      public static final String KEY_VALUE_SEPARATOR
      Parameter key and value separator token of the action string
      See Also:
    • GROUP_START_TOKEN

      public static final String GROUP_START_TOKEN
      Start of group list token of the action string
      See Also:
    • GROUP_END_TOKEN

      public static final String GROUP_END_TOKEN
      End of group list token of the action string
      See Also:
    • GROUP_SEPARATOR

      public static final String GROUP_SEPARATOR
      Group entry separator token of the action string
      See Also:
  • Constructor Details

    • StructureCheckerActionStringWriter

      public StructureCheckerActionStringWriter()
  • Method Details

    • getFormat

      public String getFormat()
      Gets the string value of the format of molecule export used by the writer
      Returns:
      the string value of the format of molecule export used by the writer
    • setFormat

      public void setFormat(String format)
      Sets the string value of the format of molecule export used by the writer
      Parameters:
      format - the string value of the format of molecule export used by the writer
    • writeConfiguration

      public void writeConfiguration(List<StructureChecker> checkerList, OutputStream output)
      Description copied from interface: StructureCheckerConfigurationWriter
      Writes the checker list to output
      Specified by:
      writeConfiguration in interface StructureCheckerConfigurationWriter
      Parameters:
      checkerList - is a List of well configured StructureChecker instances
      output - is an OutputStream instance which will contain the serialized configuration