|
||||||||||
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 . |
List<ProcessorInfo> |
getDiscoveredProcessors()
|
void |
reportProcessorException(Processor p,
Exception e)
Called when a processor throws an exception. |
Method Detail |
---|
ProcessorInfo discoverNextProcessor()
Processor
.
null
if there are
no more processors to be discovered.List<ProcessorInfo> getDiscoveredProcessors()
discoverNextProcessor()
is called.void reportProcessorException(Processor p, 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 |