com.opensymphony.xwork.apt
Class Generator

java.lang.Object
  extended by 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
           
 
Constructor Summary
Generator()
           
 
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
 

Field Detail

env

protected com.sun.mirror.apt.AnnotationProcessorEnvironment env
Constructor Detail

Generator

public Generator()
Method Detail

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.


XWork Project Page