public abstract class AbstractCodegenWrapper extends java.lang.Object implements CodegenWrapper
CodegenWrapper.This includes
initialization of the StockCodegenCore and the execution and cleaning functionality. Any sub-class
should implement the initCodegenBundle() method, which will provide
the core with the execution steps necessary in order to generate the
source(s).| Constructor and Description |
|---|
AbstractCodegenWrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
clean() |
void |
execute() |
public void execute()
throws CodegenWrapperException
execute in interface CodegenWrapperCodegenWrapperExceptionpublic void clean()
throws CodegenWrapperException
clean in interface CodegenWrapperCodegenWrapperException