org.springframework.extensions.config
Class ConfigDeployment

java.lang.Object
  extended by org.springframework.extensions.config.ConfigDeployment

public class ConfigDeployment
extends Object

Configuration deployment


Field Summary
static String STATUS_OK
           
static String STATUS_UNKNOWN
           
 
Constructor Summary
ConfigDeployment(String name, InputStream stream)
           
 
Method Summary
 String getDeploymentStatus()
           
 String getName()
           
 InputStream getStream()
           
 void setDeploymentStatus(String deploymentStatus)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATUS_OK

public static final String STATUS_OK
See Also:
Constant Field Values

STATUS_UNKNOWN

public static final String STATUS_UNKNOWN
See Also:
Constant Field Values
Constructor Detail

ConfigDeployment

public ConfigDeployment(String name,
                        InputStream stream)
Method Detail

getName

public String getName()

getStream

public InputStream getStream()

setDeploymentStatus

public void setDeploymentStatus(String deploymentStatus)

getDeploymentStatus

public String getDeploymentStatus()


Copyright © 2009 SpringSource, Inc. All Rights Reserved.