|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jgap.data.config.ConfigWriter
public final class ConfigWriter
This class is a Singleton that generates a properties file from classes implementing IConfigInfo.
| Method Summary | |
|---|---|
static ConfigWriter |
getInstance()
Method to create and access the Singleton ConfigWriter instance. |
void |
write(IConfigInfo a_cInfo)
Persist the configuration information as selected by the user. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ConfigWriter getInstance()
public void write(IConfigInfo a_cInfo)
a_cInfo - configuration Information to persist
|
JGAP | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||