Interface ConfigurationReader
- All Known Implementing Classes:
- ActionStringBasedConfigurationReader,- XMLBasedConfigurationReader
This interface is provided for classes which can read the configuration of 
CheckerRunner.- Since:
- Marvin 5.3
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final Stringpath to default checker configuration liststatic final StringDefault user defined checker file name for fallback.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Configuration file URL can be set in MarvinSketch preferences, and stored in UserSettings.
- 
Method SummaryModifier and TypeMethodDescription
- 
Field Details- 
USER_CHECKERS_CONFIG_PATH@Deprecated(forRemoval=true) @SubjectToRemoval(date=JUL_01_2025) static final String USER_CHECKERS_CONFIG_PATHDeprecated, for removal: This API element is subject to removal in a future version.Configuration file URL can be set in MarvinSketch preferences, and stored in UserSettings.
- 
DEFAULT_USER_CHECKER_FILENAMEDefault user defined checker file name for fallback. UserSettings default.- Since:
- 5.12
- See Also:
 
- 
DEFAULT_CHECKERS_CONFIG_PATHpath to default checker configuration list- See Also:
 
 
- 
- 
Method Details- 
getCheckerListList<StructureChecker> getCheckerList()- Returns:
- the ListofStructureCheckerinstances which can be run by aCheckerRunnerinstance
 
- 
getErrorTypeDefaultFixerMapMap<StructureCheckerErrorType,StructureFixer> getErrorTypeDefaultFixerMap()- Returns:
- a Mapwhich contains the association betweenStructureCheckerErrorTypeandStructureFixerinstances
 
 
-