org.jboss.maven.plugins.jdocbook
Class Options
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_STANDARD_DATE_INJECTION_FORMAT
public static final String DEFAULT_STANDARD_DATE_INJECTION_FORMAT
- See Also:
- Constant Field Values
Options
public Options()
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()
Copyright © 2007-2012 JBoss, a division of Red Hat, Inc. All Rights Reserved.