org.apache.maven.doxia.book.services.renderer
Class RtfBookRenderer

java.lang.Object
  extended by org.codehaus.plexus.logging.AbstractLogEnabled
      extended by org.apache.maven.doxia.book.services.renderer.AbstractITextBookRenderer
          extended by org.apache.maven.doxia.book.services.renderer.RtfBookRenderer
All Implemented Interfaces:
BookRenderer, org.codehaus.plexus.logging.LogEnabled

public class RtfBookRenderer
extends AbstractITextBookRenderer

RTF book renderer with the iText framework.

Version:
$Id: RtfBookRenderer.java 638290 2008-03-18 09:45:22Z bentmann $
Author:
Vincent Siveton
Plexus component:
role-hint:
"rtf"

Field Summary
 
Fields inherited from interface org.apache.maven.doxia.book.services.renderer.BookRenderer
ROLE
 
Constructor Summary
RtfBookRenderer()
           
 
Method Summary
 String getOutputExtension()
          Get the output extension supported.
 void renderXML(File iTextFile, File iTextOutput)
          Generate an ouput file with the iText framework.
 
Methods inherited from class org.apache.maven.doxia.book.services.renderer.AbstractITextBookRenderer
renderBook
 
Methods inherited from class org.codehaus.plexus.logging.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RtfBookRenderer

public RtfBookRenderer()
Method Detail

getOutputExtension

public String getOutputExtension()
Get the output extension supported.

Specified by:
getOutputExtension in class AbstractITextBookRenderer
Returns:
the ouput extension supported.

renderXML

public void renderXML(File iTextFile,
                      File iTextOutput)
               throws IOException
Generate an ouput file with the iText framework.

Specified by:
renderXML in class AbstractITextBookRenderer
Parameters:
iTextFile - the input file.
iTextOutput - the output file.
Throws:
IOException - if any.


Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.