Class CaseRuleExceptions

java.lang.Object
org.languagetool.rules.de.CaseRuleExceptions

final class CaseRuleExceptions extends Object
Since:
3.0
  • Field Details

    • exceptions

      private static final Set<String> exceptions
  • Constructor Details

    • CaseRuleExceptions

      private CaseRuleExceptions()
  • Method Details

    • getExceptions

      public static Set<String> getExceptions()
    • getExceptionPatterns

      public static Set<Pattern[]> getExceptionPatterns()
    • loadExceptions

      private static Set<String> loadExceptions(String... paths)