Package org.apache.fop.configuration
Class DefaultConfiguration
java.lang.Object
org.apache.fop.configuration.DefaultConfiguration
- All Implemented Interfaces:
Configuration
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddChild(DefaultConfiguration configuration) getAttribute(String key) getAttribute(String key, String defaultValue) booleangetAttributeAsBoolean(String key, boolean defaultValue) floatfloatgetAttributeAsFloat(String key, float defaultValue) intgetAttributeAsInteger(String key, int defaultValue) String[]getChildren(String key) getValue()booleanbooleangetValueAsBoolean(boolean defaultValue) floatfloatgetValueAsFloat(float defaultValue) intintgetValueAsInteger(int defaultValue) static StringDeprecated.For debug only.
-
Constructor Details
-
DefaultConfiguration
-
-
Method Details
-
toString
Deprecated.For debug only. -
addChild
-
getChild
- Specified by:
getChildin interfaceConfiguration
-
getChild
- Specified by:
getChildin interfaceConfiguration
-
getChildren
- Specified by:
getChildrenin interfaceConfiguration
-
getAttributeNames
- Specified by:
getAttributeNamesin interfaceConfiguration
-
getAttribute
- Specified by:
getAttributein interfaceConfiguration
-
getAttribute
- Specified by:
getAttributein interfaceConfiguration
-
getAttributeAsBoolean
- Specified by:
getAttributeAsBooleanin interfaceConfiguration
-
getAttributeAsFloat
- Specified by:
getAttributeAsFloatin interfaceConfiguration- Throws:
ConfigurationException
-
getAttributeAsFloat
- Specified by:
getAttributeAsFloatin interfaceConfiguration
-
getAttributeAsInteger
- Specified by:
getAttributeAsIntegerin interfaceConfiguration
-
getValue
- Specified by:
getValuein interfaceConfiguration- Throws:
ConfigurationException
-
getValue
- Specified by:
getValuein interfaceConfiguration
-
getValueAsBoolean
- Specified by:
getValueAsBooleanin interfaceConfiguration- Throws:
ConfigurationException
-
getValueAsBoolean
public boolean getValueAsBoolean(boolean defaultValue) - Specified by:
getValueAsBooleanin interfaceConfiguration
-
getValueAsInteger
- Specified by:
getValueAsIntegerin interfaceConfiguration- Throws:
ConfigurationException
-
getValueAsInteger
public int getValueAsInteger(int defaultValue) - Specified by:
getValueAsIntegerin interfaceConfiguration
-
getValueAsFloat
- Specified by:
getValueAsFloatin interfaceConfiguration- Throws:
ConfigurationException
-
getValueAsFloat
public float getValueAsFloat(float defaultValue) - Specified by:
getValueAsFloatin interfaceConfiguration
-
getLocation
- Specified by:
getLocationin interfaceConfiguration
-