public class CarModule extends AbstractDeployableObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
WEB_PATH |
static java.lang.String |
WEB_ROOT |
_altDD, _entries, _overrideUrl, _rootMap, _url, WEB_WS_STD_XML_ENTRY, WS_STD_XML_ENTRY
Constructor and Description |
---|
CarModule(java.net.URL url,
java.lang.String ddPath)
Creates a new CarModule
|
CarModule(java.net.URL url,
java.lang.String ddPath,
java.net.URL overrideUrl) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getDefaultRoot()
Retrieves the name of the default deployment descriptor
|
javax.enterprise.deploy.shared.ModuleType |
getType() |
cleanup, close, entries, findJarEntries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getEntry, getEntryAsFile, getEntryURL, getFile, getModuleDTDVersion, getModuleURL, getStdXmlEntry, getText, getWSStdXmlEntry, getXmlDocument
public static final java.lang.String WEB_PATH
public static final java.lang.String WEB_ROOT
public CarModule(java.net.URL url, java.lang.String ddPath)
url
- the URL representing the CAR fileddPath
- the alternate deployment descriptor, or null
if the standard file should be usedpublic CarModule(java.net.URL url, java.lang.String ddPath, java.net.URL overrideUrl)
public javax.enterprise.deploy.shared.ModuleType getType()
getType
in interface javax.enterprise.deploy.model.DeployableObject
getType
in class AbstractDeployableObject
protected java.lang.String getDefaultRoot()
AbstractDeployableObject
getDefaultRoot
in class AbstractDeployableObject