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.
 

Method Detail

compile

void compile(org.jdom.Document[] contextDocuments,
             File outputDir)
Perform any required documentation compilation steps.



Copyright © 2004-2011 Spring BeanDoc. All Rights Reserved.