Package | Description |
---|---|
oracle.jdeveloper.deploy.contrib | |
oracle.jdeveloper.deploy.contrib.events | |
oracle.jdeveloper.deploy.contrib.spi | |
oracle.jdeveloper.deploy.pkg.contrib |
Modifier and Type | Interface and Description |
---|---|
interface |
StatefulProcessor<T>
A
Processor that is capable of monitoring its source set of artifacts and delivering events on changes
to the set. |
Modifier and Type | Method and Description |
---|---|
abstract <R> Processor<R> |
Processors.getProcessor(Contributor contributor,
java.lang.Class<R> representation,
Context context)
Returns a Contributor Processor, which can be used to process the objects produced by the contributor
in a given Context.
|
abstract <R> Processor<R> |
Processors.getProcessor(Contributor contributor,
java.lang.Class<R> representation,
java.lang.Object target,
Context context)
Returns a Contributor Processor, which can be used to process the objects produced by the contributor
in a given Context.
|
abstract <T> Processor<T> |
ProjectLibraryDependencyProcessors.getProcessor(Dependable dependable,
Project project,
java.lang.Class<T> representation,
Context context)
Create a
Processor for a single dependency from a Project. |
<T> Processor<T> |
ProfileModuleDependenciesProcessors.getProcessor(Profile profile,
java.lang.Class<T> representation,
Context context) |
Modifier and Type | Method and Description |
---|---|
void |
ContributedArchiveEntryChange.contributedObjectAdded(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
ContributedJLibraryChange.contributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
ContributedFilesetChange.contributedObjectAdded(Fileset object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
ContributedModuleChange.contributedObjectAdded(Module module,
Processor processor,
Context context)
Fired by a
Processor when a contributed module is added. |
void |
ContributedOffsetPathChange.contributedObjectAdded(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
ContributedPackagedModuleChange.contributedObjectAdded(PackagedModule module,
Processor processor,
Context context)
Fired by a
Processor when a contributed module is added. |
void |
ContributedArchiveEntryChange.contributedObjectModified(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
ContributedJLibraryChange.contributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
ContributedFilesetChange.contributedObjectModified(Fileset object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
ContributedModuleChange.contributedObjectModified(Module module,
Processor processor,
Context context)
Fired by a
Processor when a contributed object is modified. |
void |
ContributedOffsetPathChange.contributedObjectModified(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is removed. |
void |
ContributedPackagedModuleChange.contributedObjectModified(PackagedModule module,
Processor processor,
Context context)
Fired by a
Processor when a contributed object is modified. |
void |
ContributedArchiveEntryChange.contributedObjectRemoved(ArchiveEntry object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is modified. |
void |
ContributedJLibraryChange.contributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context)
Fired by
Processor when a contributed object is modified. |
void |
ContributedFilesetChange.contributedObjectRemoved(Fileset object,
Processor processor,
Context context)
Fired by
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. |
void |
ContributedOffsetPathChange.contributedObjectRemoved(OffsetPath object,
Processor processor,
Context context)
Fired by
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 | Interface and Description |
---|---|
interface |
Processor<T> |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJLibraryProcessor |
class |
AbstractOffsetPathProcessor
A
StatefulProcessor for processing OffsetPath objects. |
class |
DefaultProcessor<T> |
class |
DefaultStatefulProcessor<T>
Base implementation of a Processor that keeps track of its state.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectAdded(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectAdded(OffsetPath offsetPath,
Processor processor,
Context context) |
void |
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectModified(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectModified(OffsetPath offsetPath,
Processor processor,
Context context) |
void |
AbstractJLibraryProcessor.ContributedJLibraryChangeListener.onContributedObjectRemoved(ContributedJLibraryChange.LibraryChangeContext changeContext,
Processor processor,
Context context) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectRemoved(OffsetPath offsetPath,
Processor processor,
Context context) |
Modifier and Type | Method and Description |
---|---|
Processor<ArchiveEntry> |
PackagingProcessors.getArchiveEntryProcessor(FileGroup filegroup,
Context context) |
Processor<ArchiveEntry> |
PackagingProcessors.getArchiveEntryProcessor(FileGroups filegroups,
Context context) |
Processor<Fileset> |
PackagingProcessors.getFilesetProcessor(FileGroup filegroup,
Context context) |
Processor<Fileset> |
PackagingProcessors.getFilesetProcessor(FileGroups filegroups,
Context context) |
Processor<OffsetPath> |
PackagingProcessors.getOffsetProcessor(FileGroup filegroup,
Context context) |
Processor<OffsetPath> |
PackagingProcessors.getOffsetProcessor(FileGroups filegroups,
Context context) |
Processor<PackagedModule> |
PackagingProcessors.getPackagedModuleProcessor(FileGroup filegroup,
Context context) |
Processor<PackagedModule> |
PackagingProcessors.getPackagedModuleProcessor(FileGroups filegroups,
Context context) |