org.sonar.api.server.rule
Class RulesDefinition.NewParam

java.lang.Object
  extended by org.sonar.api.server.rule.RulesDefinition.NewParam
Enclosing interface:
RulesDefinition

public static class RulesDefinition.NewParam
extends Object


Method Summary
 String key()
           
 RulesDefinition.NewParam setDefaultValue(String s)
          Empty default value will be converted to null.
 RulesDefinition.NewParam setDescription(String s)
          Plain-text description.
 RulesDefinition.NewParam setName(String s)
           
 RulesDefinition.NewParam setType(RuleParamType t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

key

public String key()

setName

public RulesDefinition.NewParam setName(@Nullable
                                        String s)

setType

public RulesDefinition.NewParam setType(RuleParamType t)

setDescription

public RulesDefinition.NewParam setDescription(@Nullable
                                               String s)
Plain-text description. Can be null.


setDefaultValue

public RulesDefinition.NewParam setDefaultValue(@Nullable
                                                String s)
Empty default value will be converted to null.



Copyright © 2009–2015 SonarSource. All rights reserved.