Package org.apache.fop.configuration
Interface Configuration
- All Known Implementing Classes:
DefaultConfiguration
public interface Configuration
-
Method Summary
Modifier and TypeMethodDescriptiongetAttribute(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)
-
Method Details
-
getChild
-
getChild
-
getChildren
-
getAttributeNames
String[] getAttributeNames() -
getAttribute
- Throws:
ConfigurationException
-
getAttribute
-
getAttributeAsBoolean
-
getAttributeAsFloat
- Throws:
ConfigurationException
-
getAttributeAsFloat
-
getAttributeAsInteger
-
getValue
- Throws:
ConfigurationException
-
getValue
-
getValueAsBoolean
- Throws:
ConfigurationException
-
getValueAsBoolean
boolean getValueAsBoolean(boolean defaultValue) -
getValueAsInteger
- Throws:
ConfigurationException
-
getValueAsInteger
int getValueAsInteger(int defaultValue) -
getValueAsFloat
- Throws:
ConfigurationException
-
getValueAsFloat
float getValueAsFloat(float defaultValue) -
getLocation
String getLocation()
-