Package | Description |
---|---|
org.languagetool | |
org.languagetool.rules | |
org.languagetool.rules.patterns |
Modifier and Type | Method and Description |
---|---|
Map<CategoryId,Category> |
JLanguageTool.getCategories()
Get all rule categories for the current language.
|
Modifier and Type | Method and Description |
---|---|
Category |
Rule.getCategory() |
Category |
Categories.getCategory(ResourceBundle messages) |
Modifier and Type | Method and Description |
---|---|
void |
Rule.setCategory(Category category) |
Constructor and Description |
---|
SpecificIdRule(String id,
String desc,
boolean isPremium,
Category category,
ITSIssueType issueType,
List<Tag> tags) |
Modifier and Type | Field and Description |
---|---|
protected Category |
PatternRuleHandler.category |