jDocBook Maven Plugin 2.3.7

org.jboss.maven.plugins.jdocbook
Class Options

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

public class Options
extends Object

Maven non-sense. Simply pulls Options into the namespace in regards to plugin config.

Author:
Steve Ebersole

Field Summary
static String DEFAULT_STANDARD_DATE_INJECTION_FORMAT
           
 
Constructor Summary
Options()
           
 
Method Summary
 String[] getCatalogs()
           
 String getDocbookVersion()
           
 String getInjectionDateFormat()
           
 char getLocaleSeparator()
           
 Map<String,String> getTransformerParameters()
           
 String getXmlTransformerType()
           
 boolean isApplyStandardInjectionValues()
           
 boolean isAutoDetectFontsEnabled()
           
 boolean isUseFopFontCache()
           
 boolean isUseRelativeImageUris()
           
 boolean isXincludeSupported()
           
 void setDocbookVersion(String docbookVersion)
           
 void setXincludeSupported(boolean xincludeSupported)
           
 void setXmlTransformerType(String xmlTransformerType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_STANDARD_DATE_INJECTION_FORMAT

public static final String DEFAULT_STANDARD_DATE_INJECTION_FORMAT
See Also:
Constant Field Values
Constructor Detail

Options

public Options()
Method Detail

isXincludeSupported

public boolean isXincludeSupported()

setXincludeSupported

public void setXincludeSupported(boolean xincludeSupported)

getXmlTransformerType

public String getXmlTransformerType()

setXmlTransformerType

public void setXmlTransformerType(String xmlTransformerType)

getDocbookVersion

public String getDocbookVersion()

setDocbookVersion

public void setDocbookVersion(String docbookVersion)

getCatalogs

public String[] getCatalogs()

getTransformerParameters

public Map<String,String> getTransformerParameters()

isUseRelativeImageUris

public boolean isUseRelativeImageUris()

getLocaleSeparator

public char getLocaleSeparator()

isAutoDetectFontsEnabled

public boolean isAutoDetectFontsEnabled()

isUseFopFontCache

public boolean isUseFopFontCache()

isApplyStandardInjectionValues

public boolean isApplyStandardInjectionValues()

getInjectionDateFormat

public String getInjectionDateFormat()

jDocBook Maven Plugin 2.3.7

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