Package | Description |
---|---|
javax.enterprise.deploy.spi |
Modifier and Type | Method and Description |
---|---|
DConfigBeanRoot |
DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
Returns the top level configuration bean, DConfigBeanRoot, associated with
the deployment descriptor represented by the designated DDBeanRoot bean.
|
DConfigBeanRoot |
DeploymentConfiguration.restoreDConfigBean(InputStream inputArchive,
DDBeanRoot bean)
Restore from disk to instantated objects all the DConfigBeans associated with a
specific deployment descriptor.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfiguration.removeDConfigBean(DConfigBeanRoot bean)
Remove the root DConfigBean and all its children.
|
void |
DeploymentConfiguration.saveDConfigBean(OutputStream outputArchive,
DConfigBeanRoot bean)
Save to disk all the configuration beans associated with a particular deployment
descriptor file.
|
Copyright © 2013. All Rights Reserved.