public interface ConfigurationReader
CheckerRunner
.Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_CHECKERS_CONFIG_PATH
path to default checker configuration list
|
static String |
DEFAULT_USER_CHECKER_FILENAME
Default user defined checker file name for fallback.
|
static String |
USER_CHECKERS_CONFIG_PATH
Deprecated.
Configuration file URL can be set in MarvinSketch preferences,
and stored in UserSettings.
|
Modifier and Type | Method and Description |
---|---|
List<StructureChecker> |
getCheckerList() |
Map<StructureCheckerErrorType,StructureFixer> |
getErrorTypeDefaultFixerMap() |
@Deprecated static final String USER_CHECKERS_CONFIG_PATH
static final String DEFAULT_USER_CHECKER_FILENAME
static final String DEFAULT_CHECKERS_CONFIG_PATH
List<StructureChecker> getCheckerList()
List
of StructureChecker
instances which can be run by a CheckerRunner
instanceMap<StructureCheckerErrorType,StructureFixer> getErrorTypeDefaultFixerMap()
Map
which contains the association between StructureCheckerErrorType
and StructureFixer
instances