| Package | Description | 
|---|---|
| org.sonar.api.server.rule | 
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
RulesDefinition.NewRepositoryImpl  | 
| Modifier and Type | Method and Description | 
|---|---|
RulesDefinition.NewRepository | 
RulesDefinition.Context.createRepository(String key,
                                String language)
New builder for  
RulesDefinition.Repository. | 
RulesDefinition.NewRepository | 
RulesDefinition.Context.extendRepository(String key,
                                String language)
Deprecated. 
 
since 5.2. Simply use  
RulesDefinition.Context.createRepository(String, String) | 
RulesDefinition.NewRepository | 
RulesDefinition.NewRepository.setName(String s)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
RulesDefinitionI18nLoader.load(RulesDefinition.NewRepository repo)
Loads descriptions of rules and related rule parameters. 
 | 
void | 
RulesDefinitionXmlLoader.load(RulesDefinition.NewRepository repo,
        InputStream input,
        Charset charset)  | 
void | 
RulesDefinitionXmlLoader.load(RulesDefinition.NewRepository repo,
        InputStream input,
        String encoding)  | 
void | 
RulesDefinitionXmlLoader.load(RulesDefinition.NewRepository repo,
        Reader reader)  | 
Copyright © 2009–2015 SonarSource. All rights reserved.