org.jboss.maven.plugins.jdocbook
Class Format

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.Format

public class Format
extends java.lang.Object

Represents a user format specification.

Author:
Steve Ebersole

Constructor Summary
Format()
           
Format(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)
           
 
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 getStylesheetResource()
           
 java.lang.String getTargetFileExtension()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Format

public Format()

Format

public Format(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)
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()


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