|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.logging.processor.apt.AbstractGenerator
public abstract class AbstractGenerator
An abstract processor used process annotations.
Method Summary | |
---|---|
String |
getName()
Returns the name of the processor. |
Set<String> |
getSupportedOptions()
Returns the supported options set. |
ProcessingEnvironment |
processingEnv()
Returns the processing environment. |
abstract void |
processTypeElement(TypeElement annotation,
TypeElement element,
MessageInterface messageInterface)
Processes a type element. |
Types |
typeUtils()
Returns the type utils. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public abstract void processTypeElement(TypeElement annotation, TypeElement element, MessageInterface messageInterface)
annotation
- the annotation who trigger the processingelement
- the element that contains the methods.messageInterface
- the message interface to implement.public final Types typeUtils()
public final ProcessingEnvironment processingEnv()
public final String getName()
public final Set<String> getSupportedOptions()
|
JBoss Logging I18n Annotation Processor 1.0.3.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |