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

java.lang.Object
  extended by org.sonar.api.web.gwt.client.webservices.Query<Properties>
      extended by org.sonar.api.web.gwt.client.webservices.PropertiesQuery

Deprecated. since 2.5, use PropertyQuery instead.

@Deprecated
public final class PropertiesQuery
extends Query<Properties>


Constructor Summary
PropertiesQuery()
          Deprecated.  
PropertiesQuery(String key)
          Deprecated.  
 
Method Summary
 void execute(QueryCallBack<Properties> callback)
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertiesQuery

public PropertiesQuery()
Deprecated. 

PropertiesQuery

public PropertiesQuery(String key)
Deprecated. 
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object

execute

public void execute(QueryCallBack<Properties> callback)
Deprecated. 
Specified by:
execute in class Query<Properties>


Copyright © 2009-2011 SonarSource. All Rights Reserved.