public class RarModule 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 | 
|---|
RarModule(java.net.URL url,
         java.lang.String ddPath)
Creates a new RarModule 
 | 
RarModule(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, getXmlDocumentpublic static final java.lang.String WEB_PATH
public static final java.lang.String WEB_ROOT
public RarModule(java.net.URL url,
                 java.lang.String ddPath)
url - the URL representing the RAR fileddPath - the alternate deployment descriptor, or null
               if the standard file should be usedpublic RarModule(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.DeployableObjectgetType in class AbstractDeployableObjectprotected java.lang.String getDefaultRoot()
AbstractDeployableObjectgetDefaultRoot in class AbstractDeployableObject