org.sonar.api.rules
Class RuleQuery

java.lang.Object
  extended by org.sonar.api.rules.RuleQuery

public final class RuleQuery
extends Object

Since:
2.3

Method Summary
static RuleQuery create()
           
 String getConfigKey()
           
 String getKey()
           
 String getRepositoryKey()
           
 RuleQuery withConfigKey(String s)
           
 RuleQuery withKey(String s)
           
 RuleQuery withRepositoryKey(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static RuleQuery create()

withRepositoryKey

public RuleQuery withRepositoryKey(String s)

withKey

public RuleQuery withKey(String s)

withConfigKey

public RuleQuery withConfigKey(String s)

getRepositoryKey

public String getRepositoryKey()

getKey

public String getKey()

getConfigKey

public String getConfigKey()


Copyright © 2009–2014 SonarSource. All rights reserved.