Uses of Enum Class
io.wcm.devops.conga.generator.spi.ImplicitApplyOptions
Packages that use ImplicitApplyOptions
Package
Description
Built-in file header plugins.
Built-in validator plugins.
CONGA SPI with interfaces for the supported plugin types.
-
Uses of ImplicitApplyOptions in io.wcm.devops.conga.generator.plugins.fileheader
Methods in io.wcm.devops.conga.generator.plugins.fileheader that return ImplicitApplyOptionsModifier and TypeMethodDescriptionNoneFileHeader.implicitApply(FileContext file, FileHeaderContext context) -
Uses of ImplicitApplyOptions in io.wcm.devops.conga.generator.plugins.validator
Methods in io.wcm.devops.conga.generator.plugins.validator that return ImplicitApplyOptionsModifier and TypeMethodDescriptionNoneValidator.implicitApply(FileContext file, ValidatorContext context) -
Uses of ImplicitApplyOptions in io.wcm.devops.conga.generator.spi
Methods in io.wcm.devops.conga.generator.spi that return ImplicitApplyOptionsModifier and TypeMethodDescriptiondefault 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.static ImplicitApplyOptionsReturns the enum constant of this class with the specified name.static ImplicitApplyOptions[]ImplicitApplyOptions.values()Returns an array containing the constants of this enum class, in the order they are declared.