| Package | Description |
|---|---|
| org.sonar.api.server.rule |
| Modifier and Type | Field and Description |
|---|---|
static RuleParamType |
RuleParamType.BOOLEAN |
static RuleParamType |
RuleParamType.FLOAT |
static RuleParamType |
RuleParamType.INTEGER |
static RuleParamType |
RuleParamType.STRING |
static RuleParamType |
RuleParamType.TEXT |
| Modifier and Type | Method and Description |
|---|---|
static RuleParamType |
RuleParamType.multipleListOfValues(String... acceptedValues) |
static RuleParamType |
RuleParamType.parse(String s) |
static RuleParamType |
RuleParamType.singleListOfValues(String... acceptedValues) |
RuleParamType |
RulesDefinition.Param.type() |
| Modifier and Type | Method and Description |
|---|---|
RulesDefinition.NewParam |
RulesDefinition.NewParam.setType(RuleParamType t) |
Copyright © 2009–2015 SonarSource. All rights reserved.