|
||||||||||
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
public class FoConfiguration
A utility class to construct FO configuration parameters.
Constructor Summary | |
---|---|
FoConfiguration()
Constructor. |
Method Summary | |
---|---|
javax.swing.text.MutableAttributeSet |
getAttributeSet(java.lang.String attributeId)
Builds a set of attributes. |
java.lang.String |
getAttributeString(java.lang.String attributeId)
Builds a list of attributes. |
void |
load(java.io.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(java.io.File configFile) throws java.io.IOException
configFile
- the configuration file.
java.io.IOException
- if the File cannot be read
or some error occurs when initializing the configuration parameters.public java.lang.String getAttributeString(java.lang.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 javax.swing.text.MutableAttributeSet getAttributeSet(java.lang.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 |