org.jboss.maven.plugins.jdocbook.gen.format
Class FormatHandlerFactory
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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.