org.sonar.plugins.api.web.gwt.client.rest
Class RestUtils

java.lang.Object
  extended by org.sonar.plugins.api.web.gwt.client.rest.RestUtils

public class RestUtils
extends java.lang.Object


Constructor Summary
RestUtils()
           
 
Method Summary
 boolean hasProjectAtLeastOneMeasure(java.util.List<Project> projects)
           
 java.util.ArrayList<Project> processResponse(com.google.gwt.json.client.JSONArray array)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestUtils

public RestUtils()
Method Detail

processResponse

public java.util.ArrayList<Project> processResponse(com.google.gwt.json.client.JSONArray array)

hasProjectAtLeastOneMeasure

public boolean hasProjectAtLeastOneMeasure(java.util.List<Project> projects)


Copyright © 2008 SonarSource SA. All Rights Reserved.