| javax.enterprise.deploy.model.DDBeanRoot
DDBeanRoot | public interface DDBeanRoot extends DDBean(Code) | | The root of a DDBean tree (a standard deployment descriptor)
author: Adrian Brock version: $Revision: 57196 $ |
getDDBeanRootVersion | String getDDBeanRootVersion()(Code) | | Return the version number of the j2ee xml document
the version |
getDeployableObject | DeployableObject getDeployableObject()(Code) | | Get the deployable object for this descriptor
the deployable object |
getFilename | String getFilename()(Code) | | Returns the filename relative to the root of the module this XML
instance document.
The file name relative to the root of the module |
getModuleDTDVersion | String getModuleDTDVersion()(Code) | | A convenience method for information on the deployable object
the dtd version |
getType | ModuleType getType()(Code) | | Return the module type of this descriptor
the module type |
getXpath | String getXpath()(Code) | | Returns the xpath, the root path is "/"
the root path "/" |
|
|