Interface CBSchemaCompilerType
- All Known Implementing Classes:
CBSchemaCompiler
public interface CBSchemaCompilerType
A compiler.
-
Method Details
-
loader
CBLoaderType loader()- Returns:
- The package loader
-
execute
Execute the compiler.- Returns:
- The result of compilation
- Throws:
CBSchemaCompilerException- On compilation errors
-