org.languagetool.rules.de
Class GermanDoublePunctuationRule

Object
  extended by Rule
      extended by DoublePunctuationRule
          extended by GermanDoublePunctuationRule

public class GermanDoublePunctuationRule
extends DoublePunctuationRule

Double punctuation rule with German-specific error message.


Constructor Summary
GermanDoublePunctuationRule(ResourceBundle messages)
           
 
Method Summary
 String getId()
          An ASCII-only string used to identify the rule in e.g. configuration files.
 
Methods inherited from class DoublePunctuationRule
getDescription, match, reset
 
Methods inherited from class Rule
addRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getMatches, getMatchesIndex, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setIncorrectExamples, setParagraphBackTrack, supportsLanguage
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GermanDoublePunctuationRule

public GermanDoublePunctuationRule(ResourceBundle messages)
Method Detail

getId

public final String getId()
Description copied from class: Rule
An ASCII-only string used to identify the rule in e.g. configuration files. This string is supposed to be unique and to stay the same in all upcoming versions of LanguageTool.

Overrides:
getId in class DoublePunctuationRule


Copyright © 2005-2011 Daniel Naber