Class DocumentationGenerator
- java.lang.Object
-
- org.apache.xbean.spring.generator.DocumentationGenerator
-
- All Implemented Interfaces:
GeneratorPlugin
public class DocumentationGenerator extends java.lang.Object implements GeneratorPlugin
- Since:
- 1.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
-
-
Constructor Summary
Constructors Constructor Description DocumentationGenerator(java.io.File destFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
generate(NamespaceMapping namespaceMapping)
LogFacade
getLog()
void
setLog(LogFacade log)
-
-
-
Method Detail
-
generate
public void generate(NamespaceMapping namespaceMapping) throws java.io.IOException
- Specified by:
generate
in interfaceGeneratorPlugin
- Throws:
java.io.IOException
-
getLog
public LogFacade getLog()
- Specified by:
getLog
in interfaceGeneratorPlugin
-
setLog
public void setLog(LogFacade log)
- Specified by:
setLog
in interfaceGeneratorPlugin
-
-