| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib.events | |
| oracle.jdeveloper.deploy.contrib.spi | |
| oracle.jdeveloper.deploy.pkg.contrib | |
| oracle.jdeveloper.deploy.pkg.events |
| Modifier and Type | Method and Description |
|---|---|
void |
ContributedOffsetPathChange.contributedObjectAdded(OffsetPath object,
Processor processor,
Context context)
Fired by
Processor when a contributed object is added. |
void |
ContributedOffsetPathChange.contributedObjectModified(OffsetPath object,
Processor processor,
Context context)
Fired by
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. |
| Modifier and Type | Method and Description |
|---|---|
protected StatefulProcessor<OffsetPath> |
AbstractOffsetPathProcessor.delegate() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractOffsetPathProcessor.dispatchObjectAddedEvent(EventHub hub,
OffsetPath object,
StatefulProcessor processor,
Context context) |
protected void |
AbstractOffsetPathProcessor.dispatchObjectModifiedEvent(EventHub hub,
OffsetPath object,
StatefulProcessor processor,
Context context) |
protected void |
AbstractOffsetPathProcessor.dispatchObjectRemovedEvent(EventHub hub,
OffsetPath object,
StatefulProcessor processor,
Context context) |
protected static boolean |
AbstractOffsetPathProcessor.nestedPathIsIncluded(OffsetPath offsetPath,
SelectionRules filters) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectAdded(OffsetPath offsetPath,
Processor processor,
Context context) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectModified(OffsetPath offsetPath,
Processor processor,
Context context) |
void |
AbstractOffsetPathProcessor.ContributedOffsetPathChangeListener.onContributedObjectRemoved(OffsetPath offsetPath,
Processor processor,
Context context) |
protected static boolean |
AbstractOffsetPathProcessor.pathIsExcluded(OffsetPath offsetPath,
SelectionRules filters) |
protected static boolean |
AbstractOffsetPathProcessor.pathIsIncluded(OffsetPath offsetPath,
SelectionRules filters) |
protected static boolean |
AbstractOffsetPathProcessor.pathIsNotExcluded(OffsetPath offsetPath,
SelectionRules filters) |
protected static boolean |
AbstractOffsetPathProcessor.pathIsNotIncluded(OffsetPath offsetPath,
SelectionRules filters) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractOffsetPathProcessor.processImpl(Processor.Visitor<OffsetPath> visitor,
Cookie cookie) |
| Constructor and Description |
|---|
AbstractOffsetPathProcessor(StatefulProcessor<OffsetPath> delegate,
ToolkitContext tkContext,
Cookie cookie) |
| Modifier and Type | Method and Description |
|---|---|
Processor<OffsetPath> |
PackagingProcessors.getOffsetProcessor(FileGroup filegroup,
Context context) |
Processor<OffsetPath> |
PackagingProcessors.getOffsetProcessor(FileGroups filegroups,
Context context) |
StatefulProcessor<OffsetPath> |
PackagingProcessors.getStatefulOffsetProcessor(FileGroup filegroup,
Context context) |
StatefulProcessor<OffsetPath> |
PackagingProcessors.getStatefulOffsetProcessor(FileGroups filegroups,
Context context) |
| Modifier and Type | Method and Description |
|---|---|
void |
PackagingOffsetPathChange.packagedObjectAdded(OffsetPath object,
StatefulPackager packager,
Context context) |
void |
PackagingOffsetPathChange.packagedObjectModified(OffsetPath object,
StatefulPackager packager,
Context context) |
void |
PackagingOffsetPathChange.packagedObjectRemoved(OffsetPath object,
StatefulPackager packager,
Context context) |