public class CastWordsRule extends AbstractSimpleReplaceRule
rules/gl/spanish.txt.| Modifier and Type | Field and Description |
|---|---|
static String |
GL_CAST_WORDS_RULE |
| Constructor and Description |
|---|
CastWordsRule(ResourceBundle messages) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getFileName() |
String |
getId()
An ASCII-only string used to identify the rule in e.g. configuration files.
|
Locale |
getLocale()
locale used on case-conversion
|
String |
getShort() |
String |
getSuggestion() |
boolean |
isCaseSensitive()
use case-insensitive matching.
|
getEncoding, match, resetaddRuleMatch, clearMatches, getCategory, getCorrectExamples, getIncorrectExamples, getMatches, getMatchesIndex, isDefaultOff, isInMatches, isInRemoved, isParagraphBackTrack, setAsDeleted, setCategory, setCorrectExamples, setDefaultOff, setIncorrectExamples, setParagraphBackTrack, supportsLanguagepublic static final String GL_CAST_WORDS_RULE
public CastWordsRule(ResourceBundle messages)
throws IOException
IOExceptionpublic final String getFileName()
getFileName in class AbstractSimpleReplaceRulepublic final String getId()
RulegetId in class AbstractSimpleReplaceRulepublic String getDescription()
getDescription in class AbstractSimpleReplaceRulepublic String getShort()
getShort in class AbstractSimpleReplaceRulepublic String getSuggestion()
getSuggestion in class AbstractSimpleReplaceRulepublic boolean isCaseSensitive()
isCaseSensitive in class AbstractSimpleReplaceRulepublic Locale getLocale()
getLocale in class AbstractSimpleReplaceRuleAbstractSimpleReplaceRule.isCaseSensitive() is set to false.Copyright © 2005-2011 Daniel Naber