Class AbstractPdfRenderer

    • Constructor Detail

      • AbstractPdfRenderer

        public AbstractPdfRenderer()
    • Method Detail

      • getOutputExtension

        public java.lang.String getOutputExtension()
        Get the output extension associated with this DocumentRenderer.
        Specified by:
        getOutputExtension in interface DocumentRenderer
        Returns:
        the ouput extension.
      • render

        public void render​(java.util.Map<java.lang.String,​org.apache.maven.doxia.parser.module.ParserModule> filesToProcess,
                           java.io.File outputDirectory,
                           org.apache.maven.doxia.document.DocumentModel documentModel)
                    throws DocumentRendererException,
                           java.io.IOException
        Render an aggregate document from the files found in a Map.
        Specified by:
        render in class AbstractDocumentRenderer
        Parameters:
        filesToProcess - the Map of Files to process. The Map should contain as keys the paths of the source files (relative to baseDir), and the corresponding ParserModule as values.
        outputDirectory - the output directory where the aggregate document should be generated.
        documentModel - the document model, containing all the metadata, etc.
        Throws:
        DocumentRendererException - if any
        java.io.IOException - if any