Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

oracle.jdeveloper.deploy.jsr88
Class RarModule

java.lang.Object
  extended by oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
      extended by oracle.jdeveloper.deploy.jsr88.RarModule
All Implemented Interfaces:
javax.enterprise.deploy.model.DeployableObject

public class RarModule
extends AbstractDeployableObject

A DeployableObject implementation for RAR modules (connector archive).

Since:
10.1.3

Field Summary
static java.lang.String WEB_PATH
           
static java.lang.String WEB_ROOT
           
 
Fields inherited from class oracle.jdeveloper.deploy.jsr88.AbstractDeployableObject
_altDD, _entries, _overrideUrl, _rootMap, _url, WEB_WS_STD_XML_ENTRY, WS_STD_XML_ENTRY
 
Constructor Summary
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)
           
 
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
 

Field Detail

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
Constructor Detail

RarModule

public RarModule(java.net.URL url,
                 java.lang.String ddPath)
Creates a new RarModule

Parameters:
url - the URL representing the RAR file
ddPath - the alternate deployment descriptor, or null if the standard file should be used

RarModule

public RarModule(java.net.URL url,
                 java.lang.String ddPath,
                 java.net.URL overrideUrl)
Method Detail

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

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.4.0)

E13403-05

Copyright © 1997, 2011, Oracle. All rights reserved.