Uses of Class
io.wcm.devops.conga.generator.spi.context.FileContext
Packages that use FileContext
Package
Description
Built-in file header plugins.
CONGA post processor plugins.
Built-in validator plugins.
CONGA SPI with interfaces for the supported plugin types.
Context objects for CONGA SPI plugins.
Context objects for CONGA Export SPI plugins.
CONGA utilities.
-
Uses of FileContext in io.wcm.devops.conga.generator.plugins.fileheader
Methods in io.wcm.devops.conga.generator.plugins.fileheader with parameters of type FileContextModifier 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) ConfFileHeader.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.NoneFileHeader.implicitApply(FileContext file, FileHeaderContext context) -
Uses of FileContext in io.wcm.devops.conga.generator.plugins.postprocessor
Methods in io.wcm.devops.conga.generator.plugins.postprocessor with parameters of type FileContextModifier and TypeMethodDescriptionprotected final voidAbstractPostProcessor.applyFileHeader(FileContext file, FileHeaderContext fileHeader, PostProcessorContext postProcessorContext) Apply file header to given file.protected final FileHeaderContextAbstractPostProcessor.extractFileHeader(FileContext file, PostProcessorContext postProcessorContext) Extract file header from given file. -
Uses of FileContext in io.wcm.devops.conga.generator.plugins.validator
Methods in io.wcm.devops.conga.generator.plugins.validator with parameters of type FileContextModifier and TypeMethodDescriptionbooleanJsonValidator.accepts(FileContext file, ValidatorContext context) booleanNoneValidator.accepts(FileContext file, ValidatorContext context) booleanXmlValidator.accepts(FileContext file, ValidatorContext context) JsonValidator.apply(FileContext file, ValidatorContext context) NoneValidator.apply(FileContext file, ValidatorContext context) XmlValidator.apply(FileContext file, ValidatorContext context) NoneValidator.implicitApply(FileContext file, ValidatorContext context) -
Uses of FileContext in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi that return types with arguments of type FileContextModifier and TypeMethodDescriptionPostProcessorPlugin.apply(FileContext file, PostProcessorContext context) Applies the post processing.Methods in io.wcm.devops.conga.generator.spi with parameters of type FileContextModifier and TypeMethodDescriptionbooleanFilePlugin.accepts(FileContext file, T context) Checks if the plugin can be applied to the given file.FileHeaderPlugin.apply(FileContext file, FileHeaderContext context) Applies the comment file header.FilePlugin.apply(FileContext file, T context) Applies the plugin operation.PostProcessorPlugin.apply(FileContext file, PostProcessorContext context) Applies the post processing.ValidatorPlugin.apply(FileContext file, ValidatorContext context) Validates the given filedefault FileHeaderContextFileHeaderPlugin.extract(FileContext file) Extract comment lines from file header.default ImplicitApplyOptionsFileHeaderPlugin.implicitApply(FileContext file, FileHeaderContext context) Whether to apply this plugin implicitly.FilePlugin.implicitApply(FileContext file, T context) Whether to apply this plugin implicitly.default ImplicitApplyOptionsPostProcessorPlugin.implicitApply(FileContext file, PostProcessorContext context) Whether to apply this plugin implicitly.default ImplicitApplyOptionsValidatorPlugin.implicitApply(FileContext file, ValidatorContext context) Whether to apply this plugin implicitly. -
Uses of FileContext in io.wcm.devops.conga.generator.spi.context
Methods in io.wcm.devops.conga.generator.spi.context that return FileContextModifier and TypeMethodDescriptionSets charset.Sets charset.Sets file.FileContext.modelOptions(Map<String, Object> value) Sets model options.Sets target directory. -
Uses of FileContext in io.wcm.devops.conga.generator.spi.export.context
Methods in io.wcm.devops.conga.generator.spi.export.context that return FileContextMethods in io.wcm.devops.conga.generator.spi.export.context with parameters of type FileContextModifier and TypeMethodDescriptionGeneratedFileContext.fileContext(FileContext value) Sets file context. -
Uses of FileContext in io.wcm.devops.conga.generator.util
Methods in io.wcm.devops.conga.generator.util with parameters of type FileContextModifier and TypeMethodDescriptionstatic StringFileUtil.getCanonicalPath(FileContext fileContext) Deprecated, for removal: This API element is subject to removal in a future version.static booleanFileUtil.matchesExtension(FileContext fileContext, String extension) Checks file extension
getCanonicalPath()instead.