Uses of Class
io.wcm.devops.conga.generator.spi.context.FileHeaderContext
Packages that use FileHeaderContext
Package
Description
Built-in file header plugins.
CONGA post processor plugins.
CONGA SPI with interfaces for the supported plugin types.
Context objects for CONGA SPI plugins.
-
Uses of FileHeaderContext in io.wcm.devops.conga.generator.plugins.fileheader
Methods in io.wcm.devops.conga.generator.plugins.fileheader that return FileHeaderContextModifier and TypeMethodDescriptionConfFileHeader.extract(FileContext file) JsonFileHeader.extract(FileContext file) UnixShellScriptFileHeader.extract(FileContext file) WindowsShellScriptFileHeader.extract(FileContext file) XmlFileHeader.extract(FileContext file) protected final FileHeaderContextAbstractFileHeader.extractFileHeaderBetweenBlockStartEnd(FileContext file) Extract file header from the beginning of file between comment block start and end symbol.protected final FileHeaderContextAbstractFileHeader.extractFileHeaderWithLinePrefixes(FileContext file) Extract file header from the beginning of file with all lines starting with line prefix.Methods in io.wcm.devops.conga.generator.plugins.fileheader with parameters of type FileHeaderContextModifier and TypeMethodDescriptionbooleanConfFileHeader.accepts(FileContext file, FileHeaderContext context) booleanJsonFileHeader.accepts(FileContext file, FileHeaderContext context) booleanNoneFileHeader.accepts(FileContext file, FileHeaderContext context) booleanUnixShellScriptFileHeader.accepts(FileContext file, FileHeaderContext context) booleanWindowsShellScriptFileHeader.accepts(FileContext file, FileHeaderContext context) booleanXmlFileHeader.accepts(FileContext file, FileHeaderContext context) final VoidAbstractFileHeader.apply(FileContext file, FileHeaderContext context) NoneFileHeader.apply(FileContext file, FileHeaderContext context) XmlFileHeader.apply(FileContext file, FileHeaderContext context) NoneFileHeader.implicitApply(FileContext file, FileHeaderContext context) -
Uses of FileHeaderContext in io.wcm.devops.conga.generator.plugins.postprocessor
Methods in io.wcm.devops.conga.generator.plugins.postprocessor that return FileHeaderContextModifier and TypeMethodDescriptionprotected final FileHeaderContextAbstractPostProcessor.extractFileHeader(FileContext file, PostProcessorContext postProcessorContext) Extract file header from given file.Methods in io.wcm.devops.conga.generator.plugins.postprocessor with parameters of type FileHeaderContextModifier and TypeMethodDescriptionprotected final voidAbstractPostProcessor.applyFileHeader(FileContext file, FileHeaderContext fileHeader, PostProcessorContext postProcessorContext) Apply file header to given file. -
Uses of FileHeaderContext in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi that return FileHeaderContextModifier and TypeMethodDescriptiondefault FileHeaderContextFileHeaderPlugin.extract(FileContext file) Extract comment lines from file header.Methods in io.wcm.devops.conga.generator.spi with parameters of type FileHeaderContextModifier and TypeMethodDescriptionFileHeaderPlugin.apply(FileContext file, FileHeaderContext context) Applies the comment file header.default ImplicitApplyOptionsFileHeaderPlugin.implicitApply(FileContext file, FileHeaderContext context) Whether to apply this plugin implicitly. -
Uses of FileHeaderContext in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return FileHeaderContext