art.util
Class XmlReader

java.lang.Object
  extended byart.util.XmlReader

public class XmlReader
extends java.lang.Object

Class used to read the parameters from an xml file.

Author:
Marco Lamieri and Gianluigi Ferraris

Constructor Summary
XmlReader(GaConfiguration configuration)
          Costructor of the class.
 
Method Summary
 void read(java.io.File filename, java.lang.String prjName, java.lang.String prjType)
          Read values.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReader

public XmlReader(GaConfiguration configuration)
Costructor of the class.

Parameters:
configuration - Configuration files to witch pass the readed parameters.
Method Detail

read

public void read(java.io.File filename,
                 java.lang.String prjName,
                 java.lang.String prjType)
Read values.

Parameters:
filename - File name
prjName - Project name
prjType - Project type ("ga" or "cs")