|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mqwfes.Configuration
This Class represents a complete set of configuration settings
All settings are stored in fields, some have initial default values.
Constructor Summary | |
Configuration()
Creates a new instance of Config |
Method Summary | |
boolean |
isComplete()
States if all nessecary Information for the program has been written to this Configuration Instance |
void |
migrateConfig(Configuration takeme)
imports fields of an other Configuration Instance if they are not empty |
void |
showConfig()
writes the configuration to stdout |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Configuration()
Method Detail |
public boolean isComplete()
public void showConfig()
public void migrateConfig(Configuration takeme)
takeme
- the Configuration Instance to migrate fields from
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |