org.sonar.api.rules
Class RuleQuery
java.lang.Object
org.sonar.api.rules.RuleQuery
public final class RuleQuery
- extends java.lang.Object
- Since:
- 2.3
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
create
public static RuleQuery create()
withRepositoryKey
public RuleQuery withRepositoryKey(java.lang.String s)
withKey
public RuleQuery withKey(java.lang.String s)
withConfigKey
public RuleQuery withConfigKey(java.lang.String s)
getRepositoryKey
public java.lang.String getRepositoryKey()
getKey
public java.lang.String getKey()
getConfigKey
public java.lang.String getConfigKey()
Copyright © 2009-2010 SonarSource. All Rights Reserved.