Package | Description |
---|---|
oracle.jdeveloper.deploy.contrib | |
oracle.jdeveloper.deploy.contrib.spi | |
oracle.jdeveloper.deploy.pkg.contrib |
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.
|
<T> Processor<T> |
ProfileModuleDependenciesProcessors.getProcessor(Profile profile, java.lang.Class<T> representation, Context context) |
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) |
<T> StatefulProcessor<T> |
ProfileModuleDependenciesProcessors.getStatefulProcessor(Profile profile, java.lang.Class<T> representation, Context context) |
void |
Processor.process(Processor.Visitor<T> visitor)
Visit each object of type T in the set.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultStatefulProcessor.process(Processor.Visitor<T> visitor) |
void |
DefaultProcessor.process(Processor.Visitor<T> visitor) |
protected abstract void |
AbstractJLibraryProcessor.processImpl(Processor.Visitor<JLibrary> visitor, Cookie cookie) |
protected abstract void |
AbstractOffsetPathProcessor.processImpl(Processor.Visitor<OffsetPath> visitor, Cookie cookie) |
protected void |
DefaultStatefulProcessor.processImpl(Processor.Visitor<T> visitor, Cookie cookie) |