Package io.wcm.devops.conga.generator.spi
CONGA SPI with interfaces for the supported plugin types.
-
Interface Summary Interface Description FileHeaderPlugin Plugin that generates a file header comment with info that the file was automatically generated and further info like a timestamp.FilePlugin<T,R> Generic plugin interface all other plugins extend from that are called for a generated file.MultiplyPlugin Plugin that allows to generate multiple files from one template.Plugin Generic plugin interface all other plugins extend from.PostProcessorPlugin Plugin that allows to post-process a generated file.UrlFilePlugin Get files from external sources.ValidatorPlugin Plugin that allows to validate a generate file.ValueEncryptionPlugin Encrypts a sensitive configuration parameter value.ValueProviderPlugin Provides configuration values from external sources. -
Enum Summary Enum Description ImplicitApplyOptions Whether to apply a plugin implicitly. -
Exception Summary Exception Description ValidationException Validation failed exception.