|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.data.config.MetaConfig
public class MetaConfig
This class provides an interface to the configuration information to create a JGAP Configuration GUI.
| Method Summary | |
|---|---|
java.util.List |
getConfigProperty(java.lang.String className)
Read the meta-config file and load it in memory. |
static MetaConfig |
getInstance()
|
java.io.Reader |
getReader(java.lang.String a_filename)
Returns a reader to a file |
protected void |
init()
Read the meta-config file and load it in memory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static MetaConfig getInstance()
throws MetaConfigException,
java.io.IOException
MetaConfigException
java.io.IOExceptionpublic java.util.List getConfigProperty(java.lang.String className)
className - the name of the class of which the properties are
required
protected void init()
throws MetaConfigException,
java.io.IOException
MetaConfigException
java.io.IOException
public java.io.Reader getReader(java.lang.String a_filename)
throws java.io.IOException
a_filename - the file to retrieve a reader for
java.io.IOException
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||