Uses of Class
io.wcm.devops.conga.generator.spi.context.FileHeaderContext
-
Packages that use FileHeaderContext Package Description io.wcm.devops.conga.generator.plugins.fileheader Built-in file header plugins.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 FileHeaderContext in io.wcm.devops.conga.generator.plugins.fileheader
Methods in io.wcm.devops.conga.generator.plugins.fileheader that return FileHeaderContext Modifier and Type Method Description FileHeaderContext
ConfFileHeader. extract(FileContext file)
FileHeaderContext
JsonFileHeader. extract(FileContext file)
FileHeaderContext
UnixShellScriptFileHeader. extract(FileContext file)
FileHeaderContext
WindowsShellScriptFileHeader. extract(FileContext file)
FileHeaderContext
XmlFileHeader. extract(FileContext file)
protected FileHeaderContext
AbstractFileHeader. extractFileHeaderBetweenBlockStartEnd(FileContext file)
Extract file header from the beginning of file between comment block start and end symbol.protected FileHeaderContext
AbstractFileHeader. 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 FileHeaderContext Modifier and Type Method Description boolean
ConfFileHeader. accepts(FileContext file, FileHeaderContext context)
boolean
JsonFileHeader. accepts(FileContext file, FileHeaderContext context)
boolean
NoneFileHeader. accepts(FileContext file, FileHeaderContext context)
boolean
UnixShellScriptFileHeader. accepts(FileContext file, FileHeaderContext context)
boolean
WindowsShellScriptFileHeader. accepts(FileContext file, FileHeaderContext context)
boolean
XmlFileHeader. accepts(FileContext file, FileHeaderContext context)
Void
AbstractFileHeader. apply(FileContext file, FileHeaderContext context)
Void
NoneFileHeader. apply(FileContext file, FileHeaderContext context)
Void
XmlFileHeader. apply(FileContext file, FileHeaderContext context)
ImplicitApplyOptions
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 FileHeaderContext Modifier and Type Method Description protected FileHeaderContext
AbstractPostProcessor. extractFileHeader(FileContext file, PostProcessorContext postProcessorContext)
Extract file header from given file.Methods in io.wcm.devops.conga.generator.plugins.postprocessor with parameters of type FileHeaderContext Modifier and Type Method Description protected void
AbstractPostProcessor. 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 FileHeaderContext Modifier and Type Method Description default FileHeaderContext
FileHeaderPlugin. extract(FileContext file)
Extract comment lines from file header.Methods in io.wcm.devops.conga.generator.spi with parameters of type FileHeaderContext Modifier and Type Method Description Void
FileHeaderPlugin. apply(FileContext file, FileHeaderContext context)
Applies the comment file header.default ImplicitApplyOptions
FileHeaderPlugin. 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 Modifier and Type Method Description FileHeaderContext
FileHeaderContext. commentLines(List<String> value)
-