|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.jelly.apt.ProcessorFactory
net.sf.jelly.apt.APTJellyProcessorFactory
public class APTJellyProcessorFactory
Basic annotation processor factory for a APTJellyProcessor.
| Field Summary | |
|---|---|
static java.lang.String |
JELLY_SCRIPT_FILE_OPTION
Option to pass to APT specifying the jelly script on the filesystem to invoke. |
static java.lang.String |
JELLY_SCRIPT_URL_OPTION
Option to pass to APT specifying a URL of the jelly script to invoke. |
| Fields inherited from class net.sf.jelly.apt.ProcessorFactory |
|---|
DECLARATION_DECORATOR_OPTION, round, template, TEMPLATE_FILE_OPTION, TEMPLATE_URL_OPTION, TYPE_DECORATOR_OPTION |
| Constructor Summary | |
|---|---|
APTJellyProcessorFactory()
|
|
APTJellyProcessorFactory(java.net.URL script)
|
|
| Method Summary | |
|---|---|
protected java.net.URL |
getTemplateURL()
The Jelly processor factory supports more options for backwards-compatability. |
protected com.sun.mirror.apt.AnnotationProcessor |
newProcessor(java.net.URL url)
Instantiate a new processor. |
java.util.Collection<java.lang.String> |
supportedOptions()
The Jelly processor factory supports more options for backwards-compatability. |
| Methods inherited from class net.sf.jelly.apt.ProcessorFactory |
|---|
decorateEnvironment, getProcessorFor, getProcessorFor, supportedAnnotationTypes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String JELLY_SCRIPT_FILE_OPTION
public static final java.lang.String JELLY_SCRIPT_URL_OPTION
| Constructor Detail |
|---|
public APTJellyProcessorFactory()
public APTJellyProcessorFactory(java.net.URL script)
| Method Detail |
|---|
public java.util.Collection<java.lang.String> supportedOptions()
supportedOptions in interface com.sun.mirror.apt.AnnotationProcessorFactorysupportedOptions in class ProcessorFactoryprotected java.net.URL getTemplateURL()
getTemplateURL in class ProcessorFactoryprotected com.sun.mirror.apt.AnnotationProcessor newProcessor(java.net.URL url)
ProcessorFactory
newProcessor in class ProcessorFactoryurl - The URL to the template.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||