|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IProcessorProvider
Implementors know how to discover annotation processors, and maintain a list of processors that have been discovered and initialized so far.
| Method Summary | |
|---|---|
ProcessorInfo |
discoverNextProcessor()
Return the next processor that can be discovered, according to the order and discovery rules of the provider (see, for instance, Processor. |
java.util.List<ProcessorInfo> |
getDiscoveredProcessors()
|
void |
reportProcessorException(javax.annotation.processing.Processor p,
java.lang.Exception e)
Called when a processor throws an exception. |
| Method Detail |
|---|
ProcessorInfo discoverNextProcessor()
Processor.
null if there are
no more processors to be discovered.java.util.List<ProcessorInfo> getDiscoveredProcessors()
discoverNextProcessor() is called.
void reportProcessorException(javax.annotation.processing.Processor p,
java.lang.Exception e)
p - the processor, if known, or null if not.e -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||