Uses of Class
com.e1c.langtool.storage.model.RuleSettings
Packages that use RuleSettings
-
Uses of RuleSettings in com.e1c.langtool.storage.model
Methods in com.e1c.langtool.storage.model that return types with arguments of type RuleSettingsModifier and TypeMethodDescriptionEditSettings.getRules()Gets the rules.EditSettings.getRulesSettings()Gets the rules settings.Methods in com.e1c.langtool.storage.model with parameters of type RuleSettingsModifier and TypeMethodDescriptionvoidEditSettings.addRule(RuleSettings rule) Adds the new rule to the collection.static booleanStorageSettingsUtils.canStoreByRule(RuleSettings rule, ContextTranslationKey key, TranslateLanguage language) Check that key can store in storage by rule.protected voidStorageModelValidator.validate(RuleSettings object) Validate rule settings.Method parameters in com.e1c.langtool.storage.model with type arguments of type RuleSettingsModifier and TypeMethodDescriptionvoidEditSettings.setRules(List<RuleSettings> rules) Sets the rules of the selecting storage ID to edit.voidEditSettings.setRules(Map<String, RuleSettings> rules) Sets the rules of the selecting storage ID to edit.