public class RoslynProfileExporter
extends org.sonar.api.profiles.ProfileExporter
| Constructor and Description |
|---|
RoslynProfileExporter(org.sonar.api.config.Settings settings,
org.sonar.api.server.rule.RulesDefinition[] rulesDefinitions) |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableMultimap<String,org.sonar.api.rule.RuleKey> |
activeRoslynRulesByPartialRepoKey(Iterable<org.sonar.api.rule.RuleKey> activeRules) |
void |
exportProfile(org.sonar.api.profiles.RulesProfile rulesProfile,
Writer writer) |
static List<org.sonar.api.config.PropertyDefinition> |
sonarLintRepositoryProperties() |
public RoslynProfileExporter(org.sonar.api.config.Settings settings,
org.sonar.api.server.rule.RulesDefinition[] rulesDefinitions)
public static List<org.sonar.api.config.PropertyDefinition> sonarLintRepositoryProperties()
public void exportProfile(org.sonar.api.profiles.RulesProfile rulesProfile,
Writer writer)
exportProfile in class org.sonar.api.profiles.ProfileExporterCopyright © 2014–2016 SonarSource. All rights reserved.