org.sonar.plugins.api.web.gwt.client.webservices
Class ViolationsQuery

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.webservices.Query<R>
      extended by org.sonar.plugins.api.web.gwt.client.webservices.AbstractResourceQuery<ResourceViolations>
          extended by org.sonar.plugins.api.web.gwt.client.webservices.ViolationsQuery

public class ViolationsQuery
extends AbstractResourceQuery<ResourceViolations>


Method Summary
 void execute(QueryCallBack<ResourceViolations> callback)
           
static ViolationsQuery get(java.lang.String resourceKey)
           
 java.lang.String toString()
           
 
Methods inherited from class org.sonar.plugins.api.web.gwt.client.webservices.AbstractResourceQuery
getResourceKey, setResourceKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

get

public static final ViolationsQuery get(java.lang.String resourceKey)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

execute

public void execute(QueryCallBack<ResourceViolations> callback)
Specified by:
execute in class Query<ResourceViolations>


Copyright © 2009 SonarSource SA. All Rights Reserved.