@Immutable public static class RulesDefinition.RepositoryImpl extends Object implements RulesDefinition.Repository
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | hashCode() | 
| String | key() | 
| String | language() | 
| String | name() | 
| RulesDefinition.Rule | rule(String ruleKey) | 
| List<RulesDefinition.Rule> | rules() | 
| String | toString() | 
public String key()
key in interface RulesDefinition.ExtendedRepositorypublic String language()
language in interface RulesDefinition.ExtendedRepositorypublic String name()
name in interface RulesDefinition.Repository@CheckForNull public RulesDefinition.Rule rule(String ruleKey)
rule in interface RulesDefinition.ExtendedRepositorypublic List<RulesDefinition.Rule> rules()
rules in interface RulesDefinition.ExtendedRepositoryCopyright © 2009–2016 SonarSource. All rights reserved.