Package | Description |
---|---|
fx.codegen.builder.project.preprocessor |
Provides stock preprocessor implementations for
CodeGen Builder
Projects |
Modifier and Type | Class and Description |
---|---|
class |
AbsolutePathsMakingCodegenBuilderProjectPreprocessor |
class |
AbstractCodegenBuilderProjectPreprocessor
Runs recursively through the
deliverables of the given
project and
executes the custom implementation of the
processDeliverable method |
class |
CodegenBuilderVersionInjectingCodegenBuilderProjectPreprocessor |
class |
WildcardsReplacingCodegenBuilderProjectPreprocessor
Compiles a set of wild cards by combining the project variables and the given
runtime parameters and alters the content of string attributes within the
structure of the given project by replacing the wild card keys with the wild
card values
|