Uses of Class
com.e1c.langtool.v8.dt.resourcestorage.DictionaryRow
Packages that use DictionaryRow
Package
Description
-
Uses of DictionaryRow in com.e1c.langtool.v8.dt.resourcestorage
Methods in com.e1c.langtool.v8.dt.resourcestorage that return types with arguments of type DictionaryRow -
Uses of DictionaryRow in com.e1c.langtool.v8.dt.resourcestorage.validation
Methods in com.e1c.langtool.v8.dt.resourcestorage.validation with parameters of type DictionaryRowModifier and TypeMethodDescriptionvoidICheckAcceptor.acceptError(String checkId, String message, DictionaryRow row) Add issue with Error severinity.voidStorageCheckAcceptor.acceptError(String checkId, String message, DictionaryRow row) Add issue with Error severinity.voidICheckAcceptor.acceptInfo(String checkId, String message, DictionaryRow row) Add issue with Info severinity.voidStorageCheckAcceptor.acceptInfo(String checkId, String message, DictionaryRow row) Add issue with Info severinity.voidICheckAcceptor.acceptWarning(String checkId, String message, DictionaryRow row) Add issue with Warning severinity.voidStorageCheckAcceptor.acceptWarning(String checkId, String message, DictionaryRow row) Add issue with Warning severinity.voidIDictionaryStorageCheck.validate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidNotUniqueTranslationKeyCheck.validate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor) voidSpecialSymbolCountCheck.validate(DictionaryRow row, ICheckAcceptor acceptor, CheckContext context, org.eclipse.core.runtime.IProgressMonitor monitor)