Uses of Class
io.wcm.devops.conga.generator.spi.ImplicitApplyOptions
-
Packages that use ImplicitApplyOptions Package Description io.wcm.devops.conga.generator.plugins.fileheader Built-in file header plugins.io.wcm.devops.conga.generator.plugins.validator Built-in validator plugins.io.wcm.devops.conga.generator.spi 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 ImplicitApplyOptions Modifier and Type Method Description ImplicitApplyOptions
NoneFileHeader. 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 ImplicitApplyOptions Modifier and Type Method Description ImplicitApplyOptions
NoneValidator. 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 ImplicitApplyOptions Modifier and Type Method Description default ImplicitApplyOptions
FileHeaderPlugin. implicitApply(FileContext file, FileHeaderContext context)
Whether to apply this plugin implicitly.ImplicitApplyOptions
FilePlugin. implicitApply(FileContext file, T context)
Whether to apply this plugin implicitly.default ImplicitApplyOptions
PostProcessorPlugin. implicitApply(FileContext file, PostProcessorContext context)
Whether to apply this plugin implicitly.default ImplicitApplyOptions
ValidatorPlugin. implicitApply(FileContext file, ValidatorContext context)
Whether to apply this plugin implicitly.static ImplicitApplyOptions
ImplicitApplyOptions. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImplicitApplyOptions[]
ImplicitApplyOptions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-