public class Options extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_STANDARD_DATE_INJECTION_FORMAT |
| Constructor and Description |
|---|
Options() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final String DEFAULT_STANDARD_DATE_INJECTION_FORMAT
public boolean isXincludeSupported()
public void setXincludeSupported(boolean xincludeSupported)
public String getXmlTransformerType()
public void setXmlTransformerType(String xmlTransformerType)
public String getDocbookVersion()
public void setDocbookVersion(String docbookVersion)
public String[] getCatalogs()
public boolean isUseRelativeImageUris()
public char getLocaleSeparator()
public boolean isAutoDetectFontsEnabled()
public boolean isUseFopFontCache()
public boolean isApplyStandardInjectionValues()
public String getInjectionDateFormat()
Copyright © 2007-2015 JBoss, a division of Red Hat, Inc. All Rights Reserved.