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

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

public static class RuleDefinitions.NewParam
extends Object


Method Summary
 RuleDefinitions.NewParam setDefaultValue(String s)
           
 RuleDefinitions.NewParam setDescription(String s)
          Plain-text description.
 RuleDefinitions.NewParam setName(String s)
           
 RuleDefinitions.NewParam setType(RuleParamType t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setName

public RuleDefinitions.NewParam setName(@Nullable
                                        String s)

setType

public RuleDefinitions.NewParam setType(RuleParamType t)

setDescription

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


setDefaultValue

public RuleDefinitions.NewParam setDefaultValue(@Nullable
                                                String s)


Copyright © 2009-2014 SonarSource. All Rights Reserved.