dcf.tools
Class Settings

dcf.tools.Settings

public class Settings

This is a helper class for parsing the dcf.xml file.
Important: The implementation of this class uses the JDOM XML library, avaiable at http://www.jdom.org.

Author:
Tal Salmona

Constructor Summary
Settings()
           
 
Method Summary
static dcf.tools.String getValueFor(dcf.tools.String key)
           
static dcf.tools.String getValueFor(dcf.tools.String key, dcf.tools.String XMLfileName)
           
 

Constructor Detail

Settings

public Settings()
Method Detail

getValueFor

public static dcf.tools.String getValueFor(dcf.tools.String key)

getValueFor

public static dcf.tools.String getValueFor(dcf.tools.String key,
                                           dcf.tools.String XMLfileName)




Distributed Computation Framework