Class CBXGeneratorFactory
java.lang.Object
com.io7m.cedarbridge.bridgedoc.xhtml.CBXGeneratorFactory
- All Implemented Interfaces:
CBSPIDocGeneratorFactoryType
An XHTML generator.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator(CBSPIDocGeneratorConfiguration configuration) Create a new documentation generator based on the given configuration values.
-
Constructor Details
-
CBXGeneratorFactory
public CBXGeneratorFactory()An XHTML generator.
-
-
Method Details
-
description
- Specified by:
descriptionin interfaceCBSPIDocGeneratorFactoryType- Returns:
- The description of the documentation generators
-
createGenerator
Description copied from interface:CBSPIDocGeneratorFactoryTypeCreate a new documentation generator based on the given configuration values.- Specified by:
createGeneratorin interfaceCBSPIDocGeneratorFactoryType- Parameters:
configuration- The configuration values- Returns:
- A documentation generator
-