de.surethingies.properties.io
Class ConfigurationIO

java.lang.Object
  extended by de.surethingies.properties.io.ConfigurationIO

public class ConfigurationIO
extends Object


Method Summary
static ConfigurationIO instance()
           
 Configuration load(File propertyFile)
           
 void store(Configuration conf, File propertyFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ConfigurationIO instance()

load

public Configuration load(File propertyFile)
                   throws Exception
Throws:
Exception

store

public void store(Configuration conf,
                  File propertyFile)
           throws Exception
Throws:
Exception


Copyright © 2007. All Rights Reserved.