|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.goerntkai.scot.app.misc.BlockFactory
A SCoTBlock
should better be instantiated by the factory,
because the factory knows what kind of SCoTBlock
fits
best.
Constructor Summary | |
BlockFactory()
|
Method Summary | |
static SCoTBlock |
createBlock(java.lang.String line,
Configuration aConfiguration)
Creates the proper kind of SCoTBlock for the line. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BlockFactory()
Method Detail |
public static SCoTBlock createBlock(java.lang.String line, Configuration aConfiguration) throws java.io.FileNotFoundException, SCoTException
Creates the proper kind of SCoTBlock
for the line.
line
- the line that is to be transformed to a
SCoTBlock
aConfiguration
- the configuration via command line and property
files
SCoTBlock
made from the given line
java.io.FileNotFoundException
SCoTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |