jDocBook Maven Plugin 2.3.7

org.jboss.maven.plugins.jdocbook
Class Format

java.lang.Object
  extended by org.jboss.maven.plugins.jdocbook.Format
All Implemented Interfaces:
Serializable, org.jboss.jdocbook.render.FormatOptions

public class Format
extends Object
implements org.jboss.jdocbook.render.FormatOptions

Maven non-sense. Simply makes FormatOptions available in the plugin config namespace.

Author:
Steve Ebersole
See Also:
Serialized Form

Field Summary
protected  String finalName
           
protected  String formatName
           
protected  String stylesheetResource
           
 
Constructor Summary
Format()
           
 
Method Summary
 String getName()
           
 String getStylesheetResource()
           
 String getTargetFinalName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatName

protected String formatName

finalName

protected String finalName

stylesheetResource

protected String stylesheetResource
Constructor Detail

Format

public Format()
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.jdocbook.render.FormatOptions

getTargetFinalName

public String getTargetFinalName()
Specified by:
getTargetFinalName in interface org.jboss.jdocbook.render.FormatOptions

getStylesheetResource

public String getStylesheetResource()
Specified by:
getStylesheetResource in interface org.jboss.jdocbook.render.FormatOptions

jDocBook Maven Plugin 2.3.7

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