org.sonar.api.batch.rule.internal
Class NewActiveRule

java.lang.Object
  extended by org.sonar.api.batch.rule.internal.NewActiveRule

public class NewActiveRule
extends Object

Since:
4.2

Method Summary
 ActiveRulesBuilder activate()
           
 Map<String,String> params()
           
 NewActiveRule setInternalKey(String internalKey)
           
 NewActiveRule setLanguage(String language)
           
 NewActiveRule setName(String name)
           
 NewActiveRule setParam(String key, String value)
           
 NewActiveRule setSeverity(String severity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setName

public NewActiveRule setName(String name)

setSeverity

public NewActiveRule setSeverity(@Nullable
                                 String severity)

setInternalKey

public NewActiveRule setInternalKey(@Nullable
                                    String internalKey)

setLanguage

public NewActiveRule setLanguage(@Nullable
                                 String language)

setParam

public NewActiveRule setParam(String key,
                              @Nullable
                              String value)

params

public Map<String,String> params()

activate

public ActiveRulesBuilder activate()


Copyright © 2009–2014 SonarSource. All rights reserved.