org.jboss.jdocbook.render.format
Class UserFormatConfiguration

java.lang.Object
  extended by org.jboss.jdocbook.render.format.UserFormatConfiguration
Direct Known Subclasses:
Format

public class UserFormatConfiguration
extends java.lang.Object

Models configuration choices of a user in regards to a particular rendering format.

Author:
Steve Ebersole

Field Summary
protected  java.lang.Boolean doingChunking
           
protected  java.lang.String finalName
           
protected  java.lang.String formatName
           
protected  java.lang.Boolean imageCopyingRequired
           
protected  java.lang.Boolean imagePathSettingRequired
           
protected  java.lang.String profilingTypeName
           
protected  java.lang.String stylesheetResource
           
protected  java.lang.String targetFileExtension
           
 
Constructor Summary
UserFormatConfiguration()
          Do not use! Needed by Maven :(
UserFormatConfiguration(java.lang.String formatName, java.lang.String targetFileExtension, java.lang.String finalName, java.lang.String stylesheetResource, java.lang.Boolean imagePathSettingRequired, java.lang.Boolean imageCopyingRequired, java.lang.Boolean doingChunking, java.lang.String profilingTypeName)
           
 
Method Summary
 java.lang.Boolean getDoingChunking()
           
 java.lang.String getFinalName()
           
 java.lang.String getFormatName()
           
 java.lang.Boolean getImageCopyingRequired()
           
 java.lang.Boolean getImagePathSettingRequired()
           
 java.lang.String getProfilingTypeName()
           
 java.lang.String getStylesheetResource()
           
 java.lang.String getTargetFileExtension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatName

protected java.lang.String formatName

targetFileExtension

protected java.lang.String targetFileExtension

finalName

protected java.lang.String finalName

stylesheetResource

protected java.lang.String stylesheetResource

imagePathSettingRequired

protected java.lang.Boolean imagePathSettingRequired

imageCopyingRequired

protected java.lang.Boolean imageCopyingRequired

doingChunking

protected java.lang.Boolean doingChunking

profilingTypeName

protected java.lang.String profilingTypeName
Constructor Detail

UserFormatConfiguration

public UserFormatConfiguration()
Do not use! Needed by Maven :(


UserFormatConfiguration

public UserFormatConfiguration(java.lang.String formatName,
                               java.lang.String targetFileExtension,
                               java.lang.String finalName,
                               java.lang.String stylesheetResource,
                               java.lang.Boolean imagePathSettingRequired,
                               java.lang.Boolean imageCopyingRequired,
                               java.lang.Boolean doingChunking,
                               java.lang.String profilingTypeName)
Method Detail

getFormatName

public java.lang.String getFormatName()

getTargetFileExtension

public java.lang.String getTargetFileExtension()

getFinalName

public java.lang.String getFinalName()

getStylesheetResource

public java.lang.String getStylesheetResource()

getImagePathSettingRequired

public java.lang.Boolean getImagePathSettingRequired()

getImageCopyingRequired

public java.lang.Boolean getImageCopyingRequired()

getDoingChunking

public java.lang.Boolean getDoingChunking()

getProfilingTypeName

public java.lang.String getProfilingTypeName()


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