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

Quick Search    Search Deep

jgift
Class ConfigReader  view ConfigReader download ConfigReader.java

java.lang.Object
  extended byjgift.ConfigReader

public class ConfigReader
extends java.lang.Object

ConfigParser handles the parsing of the giFT configuration files.

Version:
$Revision: 1.2 $

Field Summary
private  java.util.Properties properties
           
 
Constructor Summary
ConfigReader(java.util.Properties properties)
          Creates a new instance of ConfigParser.
 
Method Summary
 void read()
          Reads in the configuration settings.
 
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

ConfigReader

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

Method Detail

read

public void read()
          throws java.io.IOException
Reads in the configuration settings.