Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DConfigBean |
DConfigBean.getDConfigBean(DDBean bean)
Return the JavaBean containing server specific deployment information
|
DConfigBeanRoot |
DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
Return the top level configuration for a deployment descriptor
|
void |
DeploymentConfiguration.restore(InputStream input)
Restores a full set of configuration beans
|
DConfigBeanRoot |
DeploymentConfiguration.restoreDConfigBean(InputStream input,
DDBeanRoot bean)
Restore a configuration from an input stream
|
void |
DeploymentConfiguration.save(OutputStream output)
Saves the fulls set of configuration beans
|
void |
DeploymentConfiguration.saveDConfigBean(OutputStream output,
DConfigBeanRoot bean)
Save a configuration to an output stream
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.