Class FileHeaderContext
java.lang.Object
io.wcm.devops.conga.generator.spi.context.AbstractPluginContext<FileHeaderContext>
io.wcm.devops.conga.generator.spi.context.FileHeaderContext
Context for
FileHeaderPlugin.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncommentLines(List<String> value) Sets comment lines.Gets comment lines.Methods inherited from class io.wcm.devops.conga.generator.spi.context.AbstractPluginContext
getContainerContext, getGenericPluginConfig, getLogger, getPluginContextOptions, getPluginManager, getUrlFileManager, pluginContextOptions
-
Constructor Details
-
FileHeaderContext
public FileHeaderContext()
-
-
Method Details
-
getCommentLines
Gets comment lines.- Returns:
- Comment lines for file header
-
commentLines
Sets comment lines.- Parameters:
value- Comment lines for file header- Returns:
- this
-