org.springframework.beandoc.output
Interface DocumentCompiler
- All Known Implementing Classes:
- DocumentCompilerImpl
public interface DocumentCompiler
DocumentCompiler implementations do the work of plugging the various output documents
from the transformation stage together. In some cases, no compilation stage
may be necessary.
- Since:
- 1.0
- Author:
- Darren Davison
Method Summary |
void |
compile(org.jdom.Document[] contextDocuments,
File outputDir)
Perform any required documentation compilation steps. |
compile
void compile(org.jdom.Document[] contextDocuments,
File outputDir)
- Perform any required documentation compilation steps.
Copyright © 2004-2010 Spring BeanDoc. All Rights Reserved.