Class StandardizerActionStringWriter

java.lang.Object
chemaxon.standardizer.configuration.StandardizerActionStringWriter
All Implemented Interfaces:
StandardizerConfigurationWriter

@PublicApi public class StandardizerActionStringWriter extends Object implements StandardizerConfigurationWriter
Standardizer configuration writer for action strings.
Since:
6.0
  • 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

    • StandardizerActionStringWriter

      public StandardizerActionStringWriter()
  • Method Details