| |
|
| javax.enterprise.deploy.model.DeployableObject
DeployableObject | public interface DeployableObject (Code) | | A representation of a deployment module. It provides access to the
deployment descriptor and class files.
author: Adrian Brock version: $Revision: 57196 $ |
entries | Enumeration entries()(Code) | | Returns an enumeration of file names (as strings) for each file relative to the root
of the module
the enumeration |
getChildBean | DDBean[] getChildBean(String xpath)(Code) | | Get the child elements with the specified xpath
Parameters: xpath - the xpath of the children an array of children or null if there are none |
getClassFromScope | Class getClassFromScope(String className)(Code) | | Retrieves the specified class from the deployment module
Parameters: className - the name of the class the class |
getDDBeanRoot | DDBeanRoot getDDBeanRoot()(Code) | | Get the top level element of the deployment descriptor
the root of the deployment descriptor |
getEntry | InputStream getEntry(String name)(Code) | | Get an input stream to the module entry.
Parameters: name - the name of the module entry the input stream to the module entry or null if it does not exist |
getModuleDTDVersion | String getModuleDTDVersion()(Code) | | Get the dtd version
the dtd version |
getText | String[] getText(String xpath)(Code) | | Get the text for the given xpath
Parameters: xpath - the xpath an array of Strings for the xpath or null if there are none |
getType | ModuleType getType()(Code) | | Get the module type of this deployment module
the module type |
|
|
|