| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy | |
| oracle.jdeveloper.deploy.jar | 
| Modifier and Type | Method and Description | 
|---|---|
static DeploymentModule | 
DeploymentModule.create(Archive archive, java.lang.String ioModule, java.util.logging.Logger logger, java.lang.Object[] initialTags)  | 
DeploymentModule | 
DeploymentModuleFactory.create(java.lang.Class<?> elementClass, ModuleContext moduleContext)
Create a DeploymentModule, based on contents of Shell. 
 | 
static DeploymentModule | 
DeploymentModule.create(java.lang.String ioModule)  | 
static DeploymentModule | 
DeploymentModule.create(java.lang.String ioModule, java.util.logging.Logger logger)  | 
abstract DeploymentModule[] | 
DeploymentModule.getContainedModules()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DeploymentModuleIO.setArchive(DeploymentModule archive)
Sets the archive this Module I/O class should operate on. 
 | 
| Constructor and Description | 
|---|
DeploymentModuleEvent(DeploymentModule module, int type)  | 
DeploymentModuleEvent(DeploymentModule module, int type, ArchiveEntry entry)  | 
DeploymentModuleEvent(DeploymentModule module, int type, java.lang.Object tag)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected DeploymentModule | 
ArchiveDeployer._depMod  | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentModule | 
ArchiveDeployer.getDeploymentModule()  | 
DeploymentModule | 
ArchiveDeployer.getDeploymentModule(DeployShell shell)
Deprecated. 
 
Use getDeploymentModule(); 
 | 
static DeploymentModule | 
JarDeployment.getDeploymentModule(DeployShell shell, Profile profile)
Deprecated. 
 
Use ArchiveProfile.getDeploymentModule() 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
ArchiveDeployer.maybeSetManifestClassPath(DeploymentModule archive, ArchiveProfile profile, DeployShell dsh)  | 
protected void | 
ArchiveDeployer.release(DeploymentModule depMod)  | 
void | 
ArchiveDeployer.setDeploymentModule(DeploymentModule module, DeployShell shell)
Deprecated.  
 | 
static void | 
JarDeployment.setDeploymentModule(DeployShell shell, Profile profile, DeploymentModule module)
Deprecated. 
 
use ArchiveDeployer.getDeploymentModule() 
 |