public class AdvancedCodegenWrapper extends java.lang.Object implements CodegenWrapper
fx.codegen.wrapper.CodegenWrapperCodegenWrapper
which
allows more advanced configuration than the
SimpleCodegenWrapper
.
Examples of such advance configuration would be :
template
engine abstraction
configuration loader
(i.e. for XML or JSON, or a custom configuration loader)pre-processing steps
Constructor and Description |
---|
AdvancedCodegenWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
clean() |
void |
execute() |
public void execute() throws CodegenWrapperException
execute
in interface CodegenWrapper
CodegenWrapperException
public void clean() throws CodegenWrapperException
clean
in interface CodegenWrapper
CodegenWrapperException