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
 Map<String,String> params()
           
 NewActiveRule setInternalKey(String internalKey)
           
 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

setSeverity

public NewActiveRule setSeverity(@Nullable
                                 String severity)

setInternalKey

public NewActiveRule setInternalKey(@Nullable
                                    String internalKey)

setParam

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

params

public Map<String,String> params()


Copyright © 2009-2014 SonarSource. All Rights Reserved.