| Modifier and Type | Field | Description | 
|---|---|---|
| static java.lang.String | DEFAULT_APPNAME | The default name for an application. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| void | close() | Closes all resources and invalidates this configuration. | 
| void | export(int type) | Create new plan using variables for properties in all descriptors. | 
| void | export(int type,
      boolean standard) | Create new plan using variables for properties in all descriptors. | 
| void | export(int type,
      boolean standard,
      java.lang.String module_uri) | Create new plan using variables for properties in all descriptors. | 
| java.lang.String | getModuleName(javax.enterprise.deploy.model.DDBeanRoot ddr) | Returns the configured name of module. | 
| DeploymentPlanBean | getPlan() | Returns the bean tree for the current deployment plan. | 
static final java.lang.String DEFAULT_APPNAME
DeploymentPlanBean getPlan()
java.lang.String getModuleName(javax.enterprise.deploy.model.DDBeanRoot ddr)
ddr - The root element of the standard deployment descriptor for the module.void export(int type)
     throws java.lang.IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYjava.lang.IllegalArgumentExceptionvoid export(int type,
            boolean standard)
     throws java.lang.IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYstandard - Causes standard descriptors to be includedjava.lang.IllegalArgumentExceptionvoid export(int type,
            boolean standard,
            java.lang.String module_uri)
     throws java.lang.IllegalArgumentException
type - is one of PlanConstants.DEPENDENCY,
 PlanConstants.DECLARATION,
 PlanConstants.CONFIGURABLE,
 PlanConstants.CHANGABLE or
 PlanConstants.DYNAMIC or
 PlanConstants.ANYstandard - Causes standard descriptors to be includedmodule_uri - Causes only exports for the modulejava.lang.IllegalArgumentException