| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.ejb | |
| oracle.jdeveloper.deploy.jar.spi | |
| oracle.jdeveloper.deploy.pkg |
| Modifier and Type | Method and Description |
|---|---|
void |
ContributedModuleChange.contributedObjectAdded(Module module,
Processor processor,
Context context)
Fired by a
Processor when a contributed module is added. |
void |
ContributedModuleChange.contributedObjectModified(Module module,
Processor processor,
Context context)
Fired by a
Processor when a contributed object is modified. |
void |
ContributedModuleChange.contributedObjectRemoved(Module module,
Processor processor,
Context context)
Fired by a
Processor when a contributed object is removed. |
| Modifier and Type | Class and Description |
|---|---|
class |
EjbModule |
| Modifier and Type | Method and Description |
|---|---|
Module[] |
ModuleBuilder.buildModules() |
protected abstract Module[] |
AbstractModuleBuilderProvider.buildModules(ToolkitContext toolkitContext,
Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Module |
PackagedModule.getModule() |
| Constructor and Description |
|---|
PackagedModule(Module module,
java.lang.String pathWithinArchive) |