Interface IDictionaryStorageCheck
- All Known Implementing Classes:
NotUniqueTranslationKeyCheck,SpecialSymbolCountCheck
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for validationg segements of common dictionary.
Instance of interface is unique for every language. Validate only languages with option MODEL_AND_INTERFACE. Instance can store state between segemnts check.
Every check must have unique Id.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidvalidate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor)
-
Method Details
-
validate
void validate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor) - Parameters:
row- - dictionary row, cannot benull.acceptor- - create issue in text editor, cannot benull.context- - check additional parameters, cannot benull.monitor- - build monitor, cannot benull.
-