org.whitesource.agent.api.dispatch
Class PropertiesResult

java.lang.Object
  extended by org.whitesource.agent.api.dispatch.PropertiesResult

Deprecated. No use for this operation anymore

public class PropertiesResult
extends Object

Result of the properties operation.

Author:
tom.shapira

Constructor Summary
PropertiesResult()
          Deprecated. Default constructor (for JSON parsing)
PropertiesResult(Properties properties)
          Deprecated. Constructor
 
Method Summary
 Properties getProperties()
          Deprecated.  
 void setProperties(Properties properties)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesResult

public PropertiesResult()
Deprecated. 
Default constructor (for JSON parsing)


PropertiesResult

public PropertiesResult(Properties properties)
Deprecated. 
Constructor

Parameters:
properties -
Method Detail

getProperties

public Properties getProperties()
Deprecated. 

setProperties

public void setProperties(Properties properties)
Deprecated. 


Copyright © 2011-2012 White Source. All Rights Reserved.