Class DFDeploymentProperties

java.lang.Object
java.util.Dictionary<Object,Object>
java.util.Hashtable<Object,Object>
java.util.Properties
org.glassfish.admingui.common.deployment.DFDeploymentProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<Object,Object>

public class DFDeploymentProperties extends Properties
Convenience class for managing deployment properties - settings or options to be conveyed to the back-end during deployment-related operations.

Heavily inspired by the original from common-utils but copied here to minimize dependencies.

Author:
tjquinn
See Also: