org.jboss.jdocbook.render.format
Class UserFormatConfiguration
java.lang.Object
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
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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)
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-2011 JBoss, a division of Red Hat, Inc. All Rights Reserved.