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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringConfiguration entry separator token of the action stringstatic final StringEnd of group list token of the action stringstatic final StringGroup entry separator token of the action stringstatic final StringStart of group list token of the action stringstatic final StringParameter key and value separator token of the action stringstatic final StringParameter separator token of the action string -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the string value of the format of molecule export used by the writervoidSets the string value of the format of molecule export used by the writervoidwriteConfiguration(List<StructureChecker> checkerList, OutputStream output) Writes the checker list to output
-
Field Details
-
PARAM_SEPARATOR
Parameter separator token of the action string- See Also:
-
ENTRY_SEPARATOR
Configuration entry separator token of the action string- See Also:
-
KEY_VALUE_SEPARATOR
Parameter key and value separator token of the action string- See Also:
-
GROUP_START_TOKEN
Start of group list token of the action string- See Also:
-
GROUP_END_TOKEN
End of group list token of the action string- See Also:
-
GROUP_SEPARATOR
Group entry separator token of the action string- See Also:
-
-
Constructor Details
-
StructureCheckerActionStringWriter
public StructureCheckerActionStringWriter()
-
-
Method Details
-
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
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
Description copied from interface:StructureCheckerConfigurationWriterWrites the checker list to output- Specified by:
writeConfigurationin interfaceStructureCheckerConfigurationWriter- Parameters:
checkerList- is aListof well configuredStructureCheckerinstancesoutput- is anOutputStreaminstance which will contain the serialized configuration
-