|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IProductionContributor
A production contributor.
Typically handles a specific platform production code.
Method Summary | |
---|---|
boolean |
compileTemplate(String generatedTemplatePath_p,
PatternHandler.PatternData patternData_p)
Compile given template, if applicable. |
Couple<StringBuilder,StringBuilder> |
createPatternMatchingTemplates(PatternHandler.PatternData patternData_p,
List<ParameterRelation> parameters_p)
Create pre/post pattern matching templates. |
void |
fillGenerateHeader(PatternHandler.PatternData patternData_p,
AnnotationHandler handler_p)
Fill, if applicable, generateHeader method of the pattern, if it does not exist or is empty. |
Method Detail |
---|
Couple<StringBuilder,StringBuilder> createPatternMatchingTemplates(PatternHandler.PatternData patternData_p, List<ParameterRelation> parameters_p)
patternData_p
- The structure containing most of the pattern required data for generation.parameters_p
- The fully resolved list of parameters (including parent hierarchy) for considered pattern.
StringBuilder
containing resulting template code, null if there is no such content.boolean compileTemplate(String generatedTemplatePath_p, PatternHandler.PatternData patternData_p) throws Exception
generatedTemplatePath_p
- patternData_p
-
Exception
void fillGenerateHeader(PatternHandler.PatternData patternData_p, AnnotationHandler handler_p) throws Exception
patternData_p
- handler_p
- A usable annotation handler, null if none.
Exception
|
EGF Engine Release 0.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) Thales Corporate Services S.A.S, 2009.
This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.