|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.core.i18n.RuleI18nManager
public class RuleI18nManager
| Nested Class Summary | |
|---|---|
static class |
RuleI18nManager.RuleKey
|
| Constructor Summary | |
|---|---|
RuleI18nManager(I18nManager i18nManager)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuleI18nManager(I18nManager i18nManager)
| Method Detail |
|---|
public void start()
public String getName(String repositoryKey,
String ruleKey,
Locale locale)
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||