|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjfun.jaskell.conf.ConfReader
public final class ConfReader
This class is responsible for reading configuration from a jaskell configuration file.
Zephyr Business Solutions Corp.
Method Summary | |
---|---|
static ConfReader |
instance()
Creates a ConfReader instance. |
static ConfReader |
instance(Jaskell jaskell)
Create a ConfReader instance. |
Configuration |
readConfig(java.io.File f)
Read a jaskell file and return the information in a Configuration object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public Configuration readConfig(java.io.File f) throws java.io.IOException
f
- the jaskell file.
java.io.IOException
- when the file cannot be read.public static ConfReader instance(Jaskell jaskell)
jaskell
- the Jaskell runtime object
that is responsible for interpreting the jaskell configuration file.
public static ConfReader instance()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |