org.sonar.api.web.gwt.client.webservices
Class AbstractResourceQuery<R extends ResponsePOJO>

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.Query<R>
      extended by org.sonar.api.web.gwt.client.webservices.AbstractResourceQuery<R>
Direct Known Subclasses:
ResourcesQuery, SourcesQuery, ViolationsQuery

Deprecated. since 2.5

@Deprecated
public abstract class AbstractResourceQuery<R extends ResponsePOJO>
extends Query<R>


Constructor Summary
protected AbstractResourceQuery(String resourceKey)
          Deprecated.  
 
Method Summary
 String getResourceKey()
          Deprecated.  
 void setResourceKey(String resourceKey)
          Deprecated.  
 
Methods inherited from class org.sonar.api.web.gwt.client.webservices.Query
execute
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractResourceQuery

protected AbstractResourceQuery(String resourceKey)
Deprecated. 
Method Detail

getResourceKey

public String getResourceKey()
Deprecated. 

setResourceKey

public void setResourceKey(String resourceKey)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.