| Interface | Description |
|---|---|
| Destroyable |
Processors may optionally implement this interface to provide the capability to destroy its contents.
|
| ImportAware |
Processors implementing this interface will be applied (by returning true for
ImportAware.isImportAware()
method) on imported resources during pre-processing execution. |
| MinimizeAware |
Mark processors implementing this interface as minimize aware.
|
| ResourcePostProcessor |
A processor which is applied after the merge.
|
| ResourcePreProcessor | |
| ResourceProcessorAware |
Marker interface which extends all interfaces a processor can extend.
|
| SupportAware |
Implementors of this interface will be able to provide information about its support.
|
| SupportedResourceTypeAware |
Mark processor implementing this interface that they are capable of providing supported
ResourceType. |
Copyright © 2008-2014. All Rights Reserved.