|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jelly.apt.APTJellyProcessor
public class APTJellyProcessor
Annotation processor that establishes a JellyContext with the
AnnotationProcessorEnvironment established. And invokes
| Constructor Summary | |
|---|---|
APTJellyProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env,
org.xml.sax.InputSource script)
Construct a processor with the given environment for the given script. |
|
| Method Summary | |
|---|---|
com.sun.mirror.apt.AnnotationProcessorEnvironment |
getAnnotationProcessorEnvironment()
The AnnotationProcessorEnvironment. |
protected void |
init(APTJellyContext context)
Initialize an APTJellyContext. |
protected APTJellyContext |
newAPTJellyContext(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Instantiate a new APTJellyContext. |
void |
process()
Establish and initialize an APTJellyContext and run the script. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public APTJellyProcessor(com.sun.mirror.apt.AnnotationProcessorEnvironment env,
org.xml.sax.InputSource script)
env - The environment.script - The script.| Method Detail |
|---|
public void process()
APTJellyContext and run the script.
process in interface com.sun.mirror.apt.AnnotationProcessorprotected APTJellyContext newAPTJellyContext(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
env -
protected void init(APTJellyContext context)
context - The context to initialize.public com.sun.mirror.apt.AnnotationProcessorEnvironment getAnnotationProcessorEnvironment()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||