com.opensymphony.xwork.apt
Class Generator
java.lang.Object
com.opensymphony.xwork.apt.Generator
- Direct Known Subclasses:
- ConversionGenerator
public abstract class Generator
- extends Object
Generator
- Version:
- $Id: Generator.java 860 2006-03-03 16:10:09 +0100 (Fri, 03 Mar 2006) rainerh $
- Author:
- Rainer Hermanns
Field Summary |
protected com.sun.mirror.apt.AnnotationProcessorEnvironment |
env
|
Method Summary |
abstract void |
generate(com.sun.mirror.apt.Filer filer)
Generate the configuration file. |
void |
setEnv(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
Sets the AnnotationProcessorEnvironment. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
env
protected com.sun.mirror.apt.AnnotationProcessorEnvironment env
Generator
public Generator()
setEnv
public void setEnv(com.sun.mirror.apt.AnnotationProcessorEnvironment env)
- Sets the AnnotationProcessorEnvironment.
- Parameters:
env
- the AnnotationProcessorEnvironment.
generate
public abstract void generate(com.sun.mirror.apt.Filer filer)
- Generate the configuration file.
Concrete implementations must override this method.