Package com.e1c.langtool.settings
Interface ValidatorContributor
- All Known Implementing Classes:
BslValidatorContributor,CoreValidatorContributor,StorageValidatorContributor
public interface ValidatorContributor
The Interface for contributors that provides
validators to
the registry.
Implementers must contribute to extension point com.e1c.langtool.featureValueValidator.- See Also:
-
Method Summary
-
Method Details
-
getValidators
Gets the validators.- Parameters:
settings- the settings- Returns:
- the validators, cannot return
null
-