Package bbd.jportal2
Interface ITemplateBasedSIProcessor
-
- All Superinterfaces:
IGenerator,ISIProcessor,ITemplateBasedGenerator
- All Known Implementing Classes:
FreeMarker
public interface ITemplateBasedSIProcessor extends ISIProcessor, ITemplateBasedGenerator
-
-
Field Summary
Fields Modifier and Type Field Description static StringSI_PROCESSOR_TEMPLATE_LOCATION
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default PathgetSIProcessorTemplateFilesLocation()-
Methods inherited from interface bbd.jportal2.IGenerator
description, documentation, getFlags, toBoolean
-
Methods inherited from interface bbd.jportal2.ISIProcessor
getGeneratedOutputFiles
-
Methods inherited from interface bbd.jportal2.ITemplateBasedGenerator
generateTemplate
-
-
-
-
Field Detail
-
SI_PROCESSOR_TEMPLATE_LOCATION
static final String SI_PROCESSOR_TEMPLATE_LOCATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSIProcessorTemplateFilesLocation
default Path getSIProcessorTemplateFilesLocation()
-
-