com.opensymphony.xwork.apt
Class ConversionGenerator
java.lang.Object
com.opensymphony.xwork.apt.Generator
com.opensymphony.xwork.apt.ConversionGenerator
public class ConversionGenerator
- extends Generator
ConversionGenerator
- Version:
- $Id: ConversionGenerator.java 1072 2006-07-13 21:54:23 +0200 (Thu, 13 Jul 2006) rainerh $
- Author:
- Rainer Hermanns
Fields inherited from class com.opensymphony.xwork.apt.Generator |
env |
Method Summary |
void |
generate(com.sun.mirror.apt.Filer filer)
Generate the configuration file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversionGenerator
public ConversionGenerator(Map<String,List<ConversionDescription>> conversionsByType)
generate
public void generate(com.sun.mirror.apt.Filer filer)
- Generate the configuration file.
Concrete implementations must override this method.
- Specified by:
generate
in class Generator