Package | Description |
---|---|
javax.enterprise.deploy.model |
Provides tool vendor implementation classes.
|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
DDBeanRoot |
DeployableObject.getDDBeanRoot()
Get the top level element of the deployment descriptor
|
DDBeanRoot |
DeployableObject.getDDBeanRoot(String filename)
Returns a DDBeanRoot for the xml document.
|
DDBeanRoot |
DDBean.getRoot()
Get the root element
|
Modifier and Type | Method and Description |
---|---|
DConfigBean |
DConfigBeanRoot.getDConfigBean(DDBeanRoot beanRoot)
Return the configuration that is not the primary deployment descriptor
|
DConfigBeanRoot |
DeploymentConfiguration.getDConfigBeanRoot(DDBeanRoot bean)
Return the top level configuration for a deployment descriptor
|
DConfigBeanRoot |
DeploymentConfiguration.restoreDConfigBean(InputStream input,
DDBeanRoot bean)
Restore a configuration from an input stream
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.