Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

jgift
Class ConfigWriter  view ConfigWriter download ConfigWriter.java

java.lang.Object
  extended byjgift.ConfigWriter

public class ConfigWriter
extends java.lang.Object

ConfigWriter handles the saving of giFT properties.

Version:
$Revision: 1.2 $

Field Summary
private  java.util.Properties properties
           
 
Constructor Summary
ConfigWriter(java.util.Properties properties)
          Creates a new instance of ConfigWriter.
 
Method Summary
 void write()
          Writes the properties to the configuration file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

private java.util.Properties properties
Constructor Detail

ConfigWriter

public ConfigWriter(java.util.Properties properties)
Creates a new instance of ConfigWriter.

Method Detail

write

public void write()
           throws java.io.IOException
Writes the properties to the configuration file.