org.apache.maven.doxia.docrenderer
DocumentRenderer
instead.public interface DocRenderer
document
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ROLE
Deprecated.
Plexus lookup.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOutputExtension()
Deprecated.
Get the output extension supported
|
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory)
Deprecated.
Render all files from a site directory to an output directory
|
void |
render(java.io.File siteDirectory,
java.io.File outputDirectory,
java.io.File documentDescriptor)
Deprecated.
Render a document depending a context and a document descriptor
|
void render(java.io.File siteDirectory, java.io.File outputDirectory) throws DocumentRendererException, java.io.IOException
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where files are generatedDocumentRendererException
- if anyjava.io.IOException
- if anyvoid render(java.io.File siteDirectory, java.io.File outputDirectory, java.io.File documentDescriptor) throws DocumentRendererException, java.io.IOException
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where file are generateddocumentDescriptor
- the document descriptorDocumentRendererException
- if anyjava.io.IOException
- if anyjava.lang.String getOutputExtension()
Copyright © 2005-2014. All Rights Reserved.