Skip navigation links 
 
oracle.jdeveloper.deploy.jsr88
Class CarModule
java.lang.Object
  
oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
      
oracle.jdeveloper.deploy.jsr88.CarModule
- All Implemented Interfaces:
 
- javax.enterprise.deploy.model.DeployableObject
 
- 
public class CarModule
 
- extends AbstractDeployableObject
 
A DeployableObject implementation representing a CAR (client application) module.
- Since:
 
- 10.1.3
 
 
 
  
 
| Constructor Summary | 
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) 
            | 
  
 
| Method Summary | 
protected  java.lang.String | 
getDefaultRoot() 
          Retrieves the name of the default deployment descriptor | 
 javax.enterprise.deploy.shared.ModuleType | 
getType() 
            | 
 
| Methods inherited from class oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject | 
cleanup, close, entries, findJarEntries, getChildBean, getClassFromScope, getDDBeanRoot, getDDBeanRoot, getEntry, getEntry, getEntryAsFile, getEntryURL, getFile, getModuleDTDVersion, getModuleURL, getStdXmlEntry, getText, getWSStdXmlEntry, getXmlDocument | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
 
WEB_PATH
public static final java.lang.String WEB_PATH
- 
- See Also:
 
- Constant Field Values
 
 
WEB_ROOT
public static final java.lang.String WEB_ROOT
- 
- See Also:
 
- Constant Field Values
 
 
CarModule
public CarModule(java.net.URL url,
                 java.lang.String ddPath)
- Creates a new CarModule
- Parameters:
 
url - the URL representing the CAR file 
ddPath - the alternate deployment descriptor, or null if the standard file should be used 
 
CarModule
public CarModule(java.net.URL url,
                 java.lang.String ddPath,
                 java.net.URL overrideUrl)
getType
public javax.enterprise.deploy.shared.ModuleType getType()
- 
- Specified by:
 
getType in interface javax.enterprise.deploy.model.DeployableObject 
- Specified by:
 
getType in class AbstractDeployableObject 
 
getDefaultRoot
protected java.lang.String getDefaultRoot()
- Description copied from class: 
AbstractDeployableObject 
- Retrieves the name of the default deployment descriptor
 
- 
- Specified by:
 
getDefaultRoot in class AbstractDeployableObject 
 
- 
- Returns:
 
- the name of the default deployment descriptor for this DeployableObject
 
 
Skip navigation links 
 
Copyright © 1997, 2013, Oracle. All rights reserved.