Interface DocRenderer
Deprecated.
Base renderer interface for the
document
- Author:
- Vincent Siveton
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Get the output extension supportedvoid
Deprecated.Render all files from a site directory to an output directoryvoid
Deprecated.Render a document depending a context and a document descriptor
-
Field Details
-
ROLE
Deprecated.Plexus lookup.
-
-
Method Details
-
render
Deprecated.Render all files from a site directory to an output directory- Parameters:
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where files are generated- Throws:
DocumentRendererException
- if anyIOException
- if any
-
render
void render(File siteDirectory, File outputDirectory, File documentDescriptor) throws DocumentRendererException, IOException Deprecated.Render a document depending a context and a document descriptor- Parameters:
siteDirectory
- the input directory contains files to be generatedoutputDirectory
- the output directory where file are generateddocumentDescriptor
- the document descriptor- Throws:
DocumentRendererException
- if anyIOException
- if any
-
getOutputExtension
String getOutputExtension()Deprecated.Get the output extension supported- Returns:
- the ouput extension supported
-
DocumentRenderer
instead.