Interface CBCodeGeneratorFactoryType
public interface CBCodeGeneratorFactoryType
A factory of code generators.
-
Method Summary
Modifier and TypeMethodDescriptioncreateGenerator(CBCodeGeneratorConfiguration configuration) Create a new code generator based on the given configuration values.
-
Method Details
-
description
CBCodeGeneratorDescription description()- Returns:
- The description of the code generators
-
createGenerator
Create a new code generator based on the given configuration values.- Parameters:
configuration- The configuration values- Returns:
- A code generator
-