Uses of Class
com.e1c.langtool.storage.regex.model.RegExSettings
Packages that use RegExSettings
-
Uses of RegExSettings in com.e1c.langtool.storage.regex
Methods in com.e1c.langtool.storage.regex that return RegExSettingsModifier and TypeMethodDescriptionYamlRegExFile.getData()RegExDictionaryData.getSettings()static RegExSettingsRegExUtil.loadSettings(org.eclipse.core.resources.IFile file) Methods in com.e1c.langtool.storage.regex with parameters of type RegExSettingsModifier and TypeMethodDescriptionstatic byte[]RegExUtil.saveRegExSettings(RegExSettings settings, org.eclipse.core.resources.IFile file, com.google.common.hash.HashFunction hashFunction, org.eclipse.core.runtime.IProgressMonitor monitor) static voidRegExUtil.saveRegExSettings(RegExSettings settings, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.IProgressMonitor monitor) voidRegExDictionaryData.setSettings(RegExSettings settings)