Interface CBSchemaCompilerFactoryType
- All Known Implementing Classes:
CBSchemaCompilerFactory
public interface CBSchemaCompilerFactoryType
A factory of compilers.
-
Method Summary
Modifier and TypeMethodDescriptioncreateCompiler(CBSchemaCompilerConfiguration configuration) Create a compiler for the given configuration.
-
Method Details
-
createCompiler
Create a compiler for the given configuration.- Parameters:
configuration- The compiler configuration- Returns:
- A new compiler
-