org.sonar.wsclient.rule.internal
Class DefaultRuleTagClient

java.lang.Object
  extended by org.sonar.wsclient.rule.internal.DefaultRuleTagClient
All Implemented Interfaces:
RuleTagClient

public class DefaultRuleTagClient
extends Object
implements RuleTagClient

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


Constructor Summary
DefaultRuleTagClient(HttpRequestFactory requestFactory)
           
 
Method Summary
 void create(String tag)
          Create a new tag
 Collection<String> list()
          List all tags
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRuleTagClient

public DefaultRuleTagClient(HttpRequestFactory requestFactory)
Method Detail

list

public Collection<String> list()
Description copied from interface: RuleTagClient
List all tags

Specified by:
list in interface RuleTagClient

create

public void create(String tag)
Description copied from interface: RuleTagClient
Create a new tag

Specified by:
create in interface RuleTagClient


Copyright © 2009-2014 SonarSource. All Rights Reserved.