org.sonar.api.rules
Class RuleQuery

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

public final class RuleQuery
extends java.lang.Object

Since:
2.3

Method Summary
static RuleQuery create()
           
 java.lang.String getConfigKey()
           
 java.lang.String getKey()
           
 java.lang.String getRepositoryKey()
           
 RuleQuery withConfigKey(java.lang.String s)
           
 RuleQuery withKey(java.lang.String s)
           
 RuleQuery withRepositoryKey(java.lang.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(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.