| Package | Description |
|---|---|
| oracle.jdeveloper.deploy.contrib | |
| oracle.jdeveloper.deploy.contrib.spi | |
| oracle.jdeveloper.deploy.pkg.contrib |
| Modifier and Type | Method and Description |
|---|---|
abstract <R> StatefulProcessor<R> |
Processors.getStatefulProcessor(Contributor contributor, java.lang.Class<R> representation, Context context) |
abstract <R> StatefulProcessor<R> |
Processors.getStatefulProcessor(Contributor contributor, java.lang.Class<R> representation, java.lang.Object target, Context context) |
abstract <T> StatefulProcessor<T> |
ProjectLibraryDependencyProcessors.getStatefulProcessor(Dependable dependable, Project project, java.lang.Class<T> representation, Context context)
Create a
StatefulProcessor for a single dependency from a Project. |
<T> StatefulProcessor<T> |
ProfileModuleDependenciesProcessors.getStatefulProcessor(Profile profile, java.lang.Class<T> representation, Context context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
StatefulProcessor<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractJLibraryProcessor |
class |
AbstractOffsetPathProcessor
A
StatefulProcessor for processing OffsetPath objects. |
class |
DefaultStatefulProcessor<T>
Base implementation of a Processor that keeps track of its state.
|
| Modifier and Type | Method and Description |
|---|---|
protected StatefulProcessor<OffsetPath> |
AbstractOffsetPathProcessor.delegate() |
protected StatefulProcessor<JLibrary> |
AbstractJLibraryProcessor.delegate() |
protected StatefulProcessor<OffsetPath>[] |
AbstractOffsetPathProcessor.delegates() |
protected StatefulProcessor<JLibrary>[] |
AbstractJLibraryProcessor.delegates() |
StatefulProcessor |
Processor.SpiData.getCachedProcessor()
Deprecated.
Too specific. Use correct SpiData sub-class. TBD.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Processor.SpiData.setCachedProcessor(StatefulProcessor processor)
Deprecated.
Too specific. Use correct SpiData sub-class. TBD.
|
protected void |
AbstractJLibraryProcessor.setDelegates(StatefulProcessor<JLibrary>[] delegates) |
protected void |
AbstractOffsetPathProcessor.setDelegates(StatefulProcessor<OffsetPath>[] delegates) |
| Constructor and Description |
|---|
AbstractJLibraryProcessor(StatefulProcessor<JLibrary>[] delegates, ToolkitContext tkContext, Cookie cookie) |
AbstractJLibraryProcessor(StatefulProcessor<JLibrary> delegate, ToolkitContext tkContext, Cookie cookie) |
AbstractOffsetPathProcessor(StatefulProcessor<OffsetPath>[] delegates, ToolkitContext tkContext, Cookie cookie) |
AbstractOffsetPathProcessor(StatefulProcessor<OffsetPath> delegate, ToolkitContext tkContext, Cookie cookie) |