phenote.config
Class ConfigWriter

java.lang.Object
  extended by phenote.config.ConfigWriter

 class ConfigWriter
extends java.lang.Object

Im realizing now ive done this all wrong - as theres really 2 redundant datamodels for the config - the xml beans, and phenotes own and there really should be just the xml beans - then you dont have to do all this back & forth between them hindsight is 20 20


Constructor Summary
ConfigWriter()
           
 
Method Summary
(package private)  void writeConfig(Config config, java.io.File file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigWriter

ConfigWriter()
Method Detail

writeConfig

void writeConfig(Config config,
                 java.io.File file)