org.sonar.api.web.gwt.client.webservices
Class Properties

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.ResponsePOJO
      extended by org.sonar.api.web.gwt.client.webservices.Properties

public class Properties
extends ResponsePOJO


Constructor Summary
Properties(List<Property> properties)
           
 
Method Summary
 String get(String key, String defaultValue)
           
 List<Property> getProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Properties

public Properties(List<Property> properties)
Method Detail

getProperties

public List<Property> getProperties()

get

public String get(String key,
                  String defaultValue)


Copyright © 2009-2010 SonarSource SA. All Rights Reserved.