org.languagetool.rules.de
Class GermanDoublePunctuationRule

java.lang.Object
  extended by org.languagetool.rules.Rule
      extended by org.languagetool.rules.DoublePunctuationRule
          extended by org.languagetool.rules.de.GermanDoublePunctuationRule

public class GermanDoublePunctuationRule
extends DoublePunctuationRule

Double punctuation rule with German-specific error message.


Field Summary
 
Fields inherited from class org.languagetool.rules.Rule
messages
 
Constructor Summary
GermanDoublePunctuationRule(ResourceBundle messages)
           
 
Method Summary
protected  String getDotMessage()
           
 String getId()
           
 
Methods inherited from class org.languagetool.rules.DoublePunctuationRule
getCommaMessage, getDescription, match, reset
 
Methods inherited from class org.languagetool.rules.Rule
addRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getLocQualityIssueType, getMatches, getMatchesIndex, getUrl, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, isSpellingRule, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setIncorrectExamples, setLocQualityIssueType, setParagraphBackTrack, setUrl, supportsLanguage, toRuleMatchArray
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GermanDoublePunctuationRule

public GermanDoublePunctuationRule(ResourceBundle messages)
Method Detail

getId

public final String getId()
Overrides:
getId in class DoublePunctuationRule

getDotMessage

protected String getDotMessage()
Overrides:
getDotMessage in class DoublePunctuationRule


Copyright © 2013. All Rights Reserved.