Uses of Class
io.wcm.devops.conga.generator.spi.context.PostProcessorContext
-
Packages that use PostProcessorContext Package Description io.wcm.devops.conga.generator.plugins.postprocessor CONGA post processor plugins.io.wcm.devops.conga.generator.spi CONGA SPI with interfaces for the supported plugin types.io.wcm.devops.conga.generator.spi.context Context objects for CONGA SPI plugins. -
-
Uses of PostProcessorContext in io.wcm.devops.conga.generator.plugins.postprocessor
Methods in io.wcm.devops.conga.generator.plugins.postprocessor with parameters of type PostProcessorContext Modifier and Type Method Description protected void
AbstractPostProcessor. applyFileHeader(FileContext file, FileHeaderContext fileHeader, PostProcessorContext postProcessorContext)
Apply file header to given file.protected FileHeaderContext
AbstractPostProcessor. extractFileHeader(FileContext file, PostProcessorContext postProcessorContext)
Extract file header from given file. -
Uses of PostProcessorContext in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi with parameters of type PostProcessorContext Modifier and Type Method Description List<FileContext>
PostProcessorPlugin. apply(FileContext file, PostProcessorContext context)
Applies the post processing.default ImplicitApplyOptions
PostProcessorPlugin. implicitApply(FileContext file, PostProcessorContext context)
Whether to apply this plugin implicitly. -
Uses of PostProcessorContext in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return PostProcessorContext Modifier and Type Method Description PostProcessorContext
PostProcessorContext. options(Map<String,Object> value)
-