Class GeneratedFileContext
- java.lang.Object
-
- io.wcm.devops.conga.generator.spi.export.context.GeneratedFileContext
-
public final class GeneratedFileContext extends Object
Contains information about a generated file.
-
-
Constructor Summary
Constructors Constructor Description GeneratedFileContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneratedFileContext
fileContext(FileContext value)
FileContext
getFileContext()
Set<String>
getPostProcessors()
GeneratedFileContext
postProcessor(String name)
String
toString()
-
-
-
Method Detail
-
getFileContext
public FileContext getFileContext()
- Returns:
- File context
-
fileContext
public GeneratedFileContext fileContext(FileContext value)
- Parameters:
value
- File context- Returns:
- this
-
postProcessor
public GeneratedFileContext postProcessor(String name)
- Parameters:
name
- Post processor plugin name- Returns:
- this
-
-