Interface GeneratorPlugin
-
- All Known Implementing Classes:
DocumentationGenerator,WikiDocumentationGenerator,XmlMetadataGenerator,XsdGenerator
public interface GeneratorPlugin- Since:
- 1.0
- Version:
- $Id$
- Author:
- Dain Sundstrom
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidgenerate(NamespaceMapping namespaceMapping)LogFacadegetLog()voidsetLog(LogFacade log)
-
-
-
Method Detail
-
generate
void generate(NamespaceMapping namespaceMapping) throws java.io.IOException
- Throws:
java.io.IOException
-
getLog
LogFacade getLog()
-
setLog
void setLog(LogFacade log)
-
-