org.sonar.wsclient.rule.internal
Class DefaultRuleClient

java.lang.Object
  extended by org.sonar.wsclient.rule.internal.DefaultRuleClient
All Implemented Interfaces:
RuleClient

public class DefaultRuleClient
extends Object
implements RuleClient

Do not instantiate this class, but use SonarClient.ruleClient().


Constructor Summary
DefaultRuleClient(HttpRequestFactory requestFactory)
           
 
Method Summary
 void addTags(String key, String... tags)
          Associate new tags to a rule
 void removeTags(String key, String... tags)
          Remove tags from a rule
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRuleClient

public DefaultRuleClient(HttpRequestFactory requestFactory)
Method Detail

addTags

public void addTags(String key,
                    String... tags)
Description copied from interface: RuleClient
Associate new tags to a rule

Specified by:
addTags in interface RuleClient

removeTags

public void removeTags(String key,
                       String... tags)
Description copied from interface: RuleClient
Remove tags from a rule

Specified by:
removeTags in interface RuleClient


Copyright © 2009-2014 SonarSource. All Rights Reserved.