Class LegacyCheckProvider
java.lang.Object
com.e1c.g5.v8.dt.internal.check.legacy.LegacyCheckProvider
- All Implemented Interfaces:
ICheckProvider
Implementation of
ICheckProvider
for loading legacy check from old fashioned validator classes.
The provider collects registered ILegacyValidatorProvider
in bundles containing legacy validators -
inherited from AbstractLegacyDeclarativeValidator
. Also, each validator has the rigistered check category
where it will be placed-
Nested Class Summary
Nested classes/interfaces inherited from interface com.e1c.g5.v8.dt.check.settings.ICheckProvider
ICheckProvider.CheckInfo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets all registered categories, in form of the plain collectionGets all registered checks paired with categories they are being registered in
-
Constructor Details
-
LegacyCheckProvider
public LegacyCheckProvider()
-
-
Method Details
-
getCategories
Description copied from interface:ICheckProvider
Gets all registered categories, in form of the plain collection- Specified by:
getCategories
in interfaceICheckProvider
- Returns:
- The collection of registered categories. May not be
null
-
getChecks
Description copied from interface:ICheckProvider
Gets all registered checks paired with categories they are being registered in- Specified by:
getChecks
in interfaceICheckProvider
- Returns:
- The collection of check-category pairs. May not be
null
-