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 Details

    • GeneratedFileContext

      public GeneratedFileContext()
  • Method Details

    • getFileContext

      public FileContext getFileContext()
      Returns:
      File context
    • fileContext

      public GeneratedFileContext fileContext(FileContext value)
      Parameters:
      value - File context
      Returns:
      this
    • getPostProcessors

      public Set<String> getPostProcessors()
      Returns:
      Post processor plugin names
    • postProcessor

      public GeneratedFileContext postProcessor(String name)
      Parameters:
      name - Post processor plugin name
      Returns:
      this
    • toString

      public String toString()
      Overrides:
      toString in class Object