| Package | Description | 
|---|---|
| oracle.jdeveloper.deploy.common | |
| oracle.jdeveloper.deploy.contrib | |
| oracle.jdeveloper.deploy.contrib.spi | |
| oracle.jdeveloper.deploy.contrib.spi.providers | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Contributor
Deprecated. 
 
use  
Contributor instead. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocationContributor
A contributor that points to a user-defined location that is not defined by any of
 the available Content Sources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Contributor | 
Contributor.create(java.lang.String id)
Creates an instance of a Contributor that can be added to a HashStructure. 
 | 
Contributor[] | 
Contributors.getContributors()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Contributors.add(Contributor contributor)
Add a new Contributor to the list. 
 | 
boolean | 
Contributors.contains(Contributor contributor)  | 
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 <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)  | 
void | 
Contributors.remove(Contributor contributor)
Remove a Contributor 
 | 
void | 
Contributors.setContributors(Contributor[] newContributors)
Overwrite the existing list with a new list of Contributors. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Contributor | 
Processor.SpiData.getContributor()  | 
Contributor | 
HashContributorWriter.SpiData.getContributor()  | 
Contributor | 
HashContributorReader.read()  | 
Contributor | 
Processor.SpiData.setContributor(Contributor contributor)  | 
| Modifier and Type | Method and Description | 
|---|---|
Contributor | 
Processor.SpiData.setContributor(Contributor contributor)  | 
void | 
HashContributorWriter.SpiData.setContributor(Contributor contributor)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract Contributor | 
AbstractHashContributorIOProvider.read(Element element,
    HashStructure hash,
    Cookie cookie)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected abstract boolean | 
AbstractProcessorProvider.canProcess(Contributor contributor,
          java.lang.Class<T> representationClass,
          ToolkitContext context,
          Cookie cookie)  | 
protected boolean | 
AbstractJLibraryProvider.canProcess(Contributor contributor,
          java.lang.Class representationClass,
          ToolkitContext context,
          Cookie cookie)  | 
protected abstract boolean | 
AbstractHashContributorIOProvider.canWrite(java.lang.String type,
        Contributor contributor,
        ToolkitContext tkContext,
        Cookie cookie)  | 
protected abstract void | 
AbstractHashContributorIOProvider.write(Element element,
     Contributor contributor,
     HashStructure hash,
     Cookie cookie)  |