|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.module.fo.FoConfiguration
A utility class to construct FO configuration parameters.
| Constructor Summary | |
FoConfiguration()
Constructor. |
|
| Method Summary | |
MutableAttributeSet |
getAttributeSet(String attributeId)
Builds a set of attributes. |
String |
getAttributeString(String attributeId)
Builds a list of attributes. |
void |
load(File configFile)
Load configuration parameters from a File. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FoConfiguration()
| Method Detail |
public void load(File configFile)
throws IOException
configFile - the configuration file.
IOException - if the File cannot be read
or some error occurs when initializing the configuration parameters.public String getAttributeString(String attributeId)
attributeId - A unique id to identify the set of attributes.
This should correspond to the name of an attribute-set
defined in the configuration file.
public MutableAttributeSet getAttributeSet(String attributeId)
attributeId - A unique id to identify the set of attributes.
This should correspond to the name of an attribute-set
defined in the configuration file.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||