| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.ear | |
| oracle.jdeveloper.deploy.pkg.contrib |
| Modifier and Type | Method and Description |
|---|---|
void |
ContributedPackagedModuleChange.contributedObjectAdded(PackagedModule module, Processor processor, Context context)
Fired by a
Processor when a contributed module is added. |
void |
ContributedPackagedModuleChange.contributedObjectModified(PackagedModule module, Processor processor, Context context)
Fired by a
Processor when a contributed object is modified. |
void |
ContributedPackagedModuleChange.contributedObjectRemoved(PackagedModule module, Processor processor, Context context)
Fired by a
Processor when a contributed object is removed. |
| Modifier and Type | Method and Description |
|---|---|
oracle.jdevimpl.deploy.pkg.packager.ApplicationXmlDescriptorElement |
ApplicationXmlBuilder.addModule(oracle.jdeveloper.javaee.xml.ApplicationType application, PackagedModule module) |
oracle.jdevimpl.deploy.pkg.packager.ApplicationXmlDescriptorElement |
ApplicationXmlBuilder.removeModule(oracle.jdeveloper.javaee.xml.ApplicationType application, PackagedModule module) |
oracle.jdevimpl.deploy.pkg.packager.ApplicationXmlDescriptorElement |
ApplicationXmlBuilder.updateModule(oracle.jdeveloper.javaee.xml.ApplicationType application, PackagedModule module) |
| Modifier and Type | Method and Description |
|---|---|
Processor<PackagedModule> |
PackagingProcessors.getPackagedModuleProcessor(FileGroup filegroup, Context context) |
Processor<PackagedModule> |
PackagingProcessors.getPackagedModuleProcessor(FileGroups filegroups, Context context) |
StatefulProcessor<PackagedModule> |
PackagingProcessors.getStatefulPackagedModuleProcessor(FileGroup filegroup, Context context) |
StatefulProcessor<PackagedModule> |
PackagingProcessors.getStatefulPackagedModuleProcessor(FileGroups filegroups, Context context) |