Package org.languagetool.server
Class ActiveRules
- java.lang.Object
-
- org.languagetool.server.ActiveRules
-
- All Implemented Interfaces:
ActiveRulesMBean
public class ActiveRules extends java.lang.Object implements ActiveRulesMBean
-
-
Constructor Summary
Constructors Constructor Description ActiveRules()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Integer>
getActivePatternRules()
java.util.Queue<java.lang.String>
getActiveSpellChecks()
-
-
-
Method Detail
-
getActivePatternRules
public java.util.Map<java.lang.String,java.lang.Integer> getActivePatternRules()
- Specified by:
getActivePatternRules
in interfaceActiveRulesMBean
-
getActiveSpellChecks
public java.util.Queue<java.lang.String> getActiveSpellChecks()
- Specified by:
getActiveSpellChecks
in interfaceActiveRulesMBean
-
-