org.jboss.maven.plugins.jdocbook.gen.format
Class FormatHandlerFactory

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.gen.format.FormatHandlerFactory

public class FormatHandlerFactory
extends java.lang.Object

Builds a renderer for the given format

Author:
Steve Ebersole

Constructor Summary
FormatHandlerFactory(Options options, java.io.File source, java.io.File targetDirectory, java.io.File stagingDirectory, java.io.File fontConfig, org.apache.maven.project.MavenProject mavenProject, org.apache.maven.plugin.logging.Log log)
           
 
Method Summary
 FormatHandler buildFormatHandler(Formatting formatting)
           
 org.apache.xml.resolver.tools.CatalogResolver getCatalogResolver()
           
 java.io.File getFontConfig()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 org.apache.maven.project.MavenProject getMavenProject()
           
 Options getOptions()
           
 java.io.File getSource()
           
 java.io.File getStagingDirectory()
           
 java.io.File getTargetDirectory()
           
 TransformerFactory getTransformerFactory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormatHandlerFactory

public FormatHandlerFactory(Options options,
                            java.io.File source,
                            java.io.File targetDirectory,
                            java.io.File stagingDirectory,
                            java.io.File fontConfig,
                            org.apache.maven.project.MavenProject mavenProject,
                            org.apache.maven.plugin.logging.Log log)
Method Detail

getOptions

public Options getOptions()

getSource

public java.io.File getSource()

getTargetDirectory

public java.io.File getTargetDirectory()

getStagingDirectory

public java.io.File getStagingDirectory()

getFontConfig

public java.io.File getFontConfig()

getMavenProject

public org.apache.maven.project.MavenProject getMavenProject()

getLog

public org.apache.maven.plugin.logging.Log getLog()

getCatalogResolver

public org.apache.xml.resolver.tools.CatalogResolver getCatalogResolver()

getTransformerFactory

public TransformerFactory getTransformerFactory()

buildFormatHandler

public FormatHandler buildFormatHandler(Formatting formatting)


Copyright © 2007 JBoss, a division of Red Hat, Inc. All Rights Reserved.