DocumentRenderer.public abstract class AbstractITextRender extends org.codehaus.plexus.logging.AbstractLogEnabled implements DocRenderer
document render with the iText framework| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.doxia.Doxia |
doxia
Deprecated.
|
protected org.apache.maven.doxia.parser.module.ParserModuleManager |
parserModuleManager
Deprecated.
|
ROLE| Constructor and Description |
|---|
AbstractITextRender()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
generateOutput(File iTextFile,
File iTextOutput)
Deprecated.
Generate an ouput file with the iText framework
|
void |
render(File siteDirectory,
File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
render(File siteDirectory,
File outputDirectory,
File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetOutputExtensionprotected org.apache.maven.doxia.parser.module.ParserModuleManager parserModuleManager
protected org.apache.maven.doxia.Doxia doxia
public void render(File siteDirectory, File outputDirectory) throws DocumentRendererException, IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where files are generatedDocumentRendererException - if anyIOException - if anypublic void render(File siteDirectory, File outputDirectory, File documentDescriptor) throws DocumentRendererException, IOException
render in interface DocRenderersiteDirectory - the input directory contains files to be generatedoutputDirectory - the output directory where file are generateddocumentDescriptor - the document descriptorDocumentRendererException - if anyIOException - if anypublic abstract void generateOutput(File iTextFile, File iTextOutput) throws DocumentRendererException, IOException
iTextFile - iTextOutput - DocumentRendererException - if anyIOException - if anyCopyright © 2005–2016 The Apache Software Foundation. All rights reserved.