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

Deprecated. since 2.5

@Deprecated
public class Properties
extends ResponsePOJO


Constructor Summary
Properties(List<Property> properties)
          Deprecated.  
 
Method Summary
 String get(String key, String defaultValue)
          Deprecated.  
 List<Property> getProperties()
          Deprecated.  
 
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)
Deprecated. 
Method Detail

getProperties

public List<Property> getProperties()
Deprecated. 

get

public String get(String key,
                  String defaultValue)
Deprecated. 


Copyright © 2009-2011 SonarSource. All Rights Reserved.