no.priv.garshol.duke
Class ConfigWriter

java.lang.Object
  extended by no.priv.garshol.duke.ConfigWriter

public class ConfigWriter
extends Object

Can write XML configuration files. WARNING: It does not completely preserve all aspects of configurations, so be careful.

Since:
1.1

Constructor Summary
ConfigWriter()
           
 
Method Summary
static void write(Configuration config, String file)
          Writes the given configuration to the given file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigWriter

public ConfigWriter()
Method Detail

write

public static void write(Configuration config,
                         String file)
                  throws IOException
Writes the given configuration to the given file.

Throws:
IOException


Copyright © 2013. All Rights Reserved.