org.springframework.beandoc.output
Class CsvTransformer
java.lang.Object
org.springframework.beandoc.output.CsvTransformer
- All Implemented Interfaces:
- Transformer
public class CsvTransformer
- extends Object
- implements Transformer
From the example in the Reference Docs.
This class is instructive only and is not designed for normal use
See the
relevent section of the reference documentation
for more information.
- Since:
- 1.0
- Author:
- Darren Davison
Method Summary |
void |
transform(org.jdom.Document[] contextDocuments,
File outputDir)
create a new CSV file for each context file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CsvTransformer
public CsvTransformer()
transform
public void transform(org.jdom.Document[] contextDocuments,
File outputDir)
- create a new CSV file for each context file
- Specified by:
transform
in interface Transformer
- Parameters:
contextDocuments
- an array of JDOM Document objectsoutputDir
- the directory to place any output in
Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.