org.springframework.beandoc.output
Interface Transformer
- All Known Implementing Classes:
- ConsolidatedTransformer, CsvTransformer, DotFileTransformer, EchoTransformer, XslTransformer
public interface Transformer
Transformer implementations do the work of generating output based on the
decorated Documents passed to them. A ContextProcessor
instance will use a Transformer
to generate output from the
pre-processed DOM trees.
- Since:
- 1.0
- Author:
- Darren Davison
Method Summary |
void |
transform(org.jdom.Document[] contextDocuments,
File outputDir)
Process the context document array to output the bean documentation in the required
format. |
transform
void transform(org.jdom.Document[] contextDocuments,
File outputDir)
- Process the context document array to output the bean documentation in the required
format.
- Parameters:
contextDocuments
- an array of JDOM Document objectsoutputDir
- the directory to place any output in
Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.