|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--AbstractLogEnabled | +--org.apache.avalon.phoenix.tools.infobuilder.BlockInfoBuilder
A BlockInfoBuilder is responsible for building BlockInfo
objects from Configuration objects. The format for Configuration object
is specified in the BlockInfo specification.
Constructor Summary | |
BlockInfoBuilder()
|
Method Summary | |
BlockInfo |
build(java.lang.String classname,
Configuration info)
Create a BlockInfo object for specified classname from
specified configuration data. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockInfoBuilder()
Method Detail |
public BlockInfo build(java.lang.String classname, Configuration info) throws java.lang.Exception
BlockInfo
object for specified classname from
specified configuration data.
classname
- The classname of Blockinfo
- the BlockInfo configuration
ConfigurationException
- if an error occurs
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |