public class RuleI18nManager extends Object implements ServerComponent
| Modifier and Type | Class and Description |
|---|---|
static class |
RuleI18nManager.RuleKey |
| Constructor and Description |
|---|
RuleI18nManager(I18nManager i18nManager) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription(String repositoryKey,
String ruleKey,
Locale locale) |
String |
getName(String repositoryKey,
String ruleKey,
Locale locale) |
String |
getParamDescription(String repositoryKey,
String ruleKey,
String paramKey,
Locale locale) |
List<RuleI18nManager.RuleKey> |
searchNames(String search,
Locale locale) |
void |
start() |
public RuleI18nManager(I18nManager i18nManager)
public void start()
public String getDescription(String repositoryKey, String ruleKey, Locale locale)
public String getParamDescription(String repositoryKey, String ruleKey, String paramKey, Locale locale)
public List<RuleI18nManager.RuleKey> searchNames(String search, Locale locale)
Copyright © 2009-2012 SonarSource. All Rights Reserved.