chemaxon.checkers.runner.configuration.reader
Interface ConfigurationReader

All Known Implementing Classes:
XMLBasedConfigurationReader

public interface ConfigurationReader

This interface is provided for classes which can read the configuration of CheckerRunner.

Since:
Marvin 5.3
Version:
5.3.1
Author:
Attila Szabo

Field Summary
static java.lang.String DEFAULT_CHECKERS_CONFIG_PATH
          path to default checker configuration list
static java.lang.String USER_CHECKERS_CONFIG_PATH
          path to user-defined checker configuration list
 
Method Summary
 java.util.List<StructureChecker> getCheckerList()
           
 java.util.Map<StructureCheckerErrorType,StructureFixer> getErrorTypeDefaultFixerMap()
           
 

Field Detail

USER_CHECKERS_CONFIG_PATH

static final java.lang.String USER_CHECKERS_CONFIG_PATH
path to user-defined checker configuration list


DEFAULT_CHECKERS_CONFIG_PATH

static final java.lang.String DEFAULT_CHECKERS_CONFIG_PATH
path to default checker configuration list

See Also:
Constant Field Values
Method Detail

getCheckerList

java.util.List<StructureChecker> getCheckerList()
Returns:
the List of StructureChecker instances which can be run by a CheckerRunner instance

getErrorTypeDefaultFixerMap

java.util.Map<StructureCheckerErrorType,StructureFixer> getErrorTypeDefaultFixerMap()
Returns:
a Map which contains the association between StructureCheckerErrorType and StructureFixer instances