Uses of Class
org.languagetool.rules.GRPCRule
Packages that use GRPCRule
-
Uses of GRPCRule in org.languagetool.rules
Methods in org.languagetool.rules that return GRPCRuleModifier and TypeMethodDescriptionstatic GRPCRuleGRPCRule.create(Language language, ResourceBundle messages, RemoteRuleConfig config, boolean inputLogging, String id, String descriptionKey, Map<String, String> messagesByID) Helper method to create instances of RemoteMLRulestatic GRPCRuleGRPCRule.create(Language language, RemoteRuleConfig config, boolean inputLogging, String id, String description, Map<String, String> messagesByID) Helper method to create instances of RemoteMLRuleMethods in org.languagetool.rules that return types with arguments of type GRPCRuleModifier and TypeMethodDescriptionGRPCRule.createAll(Language language, List<RemoteRuleConfig> configs, boolean inputLogging) GRPCRule.createAll(Language language, List<RemoteRuleConfig> configs, boolean inputLogging, String prefix, String defaultDescription)