| Package | Description | 
|---|---|
| javax.enterprise.deploy.model | 
 Provides Tool Vendor implementation classes. 
 | 
| javax.enterprise.deploy.spi | 
 Provides Jakarta EE Product Vendor implementation classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DDBeanRoot | 
DeployableObject.getDDBeanRoot()
Return the top level standard bean representing
 the root of the deployment descriptor. 
 | 
DDBeanRoot | 
DeployableObject.getDDBeanRoot(String filename)
Returns a DDBeanRoot object for the XML instance document named. 
 | 
DDBeanRoot | 
DDBean.getRoot()
Return the root element for this DDBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DConfigBean | 
DConfigBeanRoot.getDConfigBean(DDBeanRoot ddBeanRoot)
Return a DConfigBean for a deployment descriptor that is not 
 the module's primary deployment descriptor. 
 | 
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. 
 | 
Copyright © 2019 Eclipse Foundation. All rights reserved.
                     Use is subject to license terms.