Package | Description |
---|---|
javax.enterprise.deploy.spi |
Provides product vendor implementation classes.
|
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentConfiguration.removeDConfigBean(DConfigBeanRoot bean)
Remove a root configuration and all its children
|
void |
DeploymentConfiguration.saveDConfigBean(OutputStream output,
DConfigBeanRoot bean)
Save a configuration to an output stream
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.