org.primordion.xholon.base
Class Parameters

java.lang.Object
  extended byorg.primordion.xholon.base.Parameters

public class Parameters
extends java.lang.Object

Set parameter values for applications and individual xholons, typically at configuration time.

Since:
0.6 (Created on April 23, 2007)
Author:
Ken Webb

Constructor Summary
Parameters()
           
 
Method Summary
static void readConfigFromFileXml(java.lang.String fileName, IApplication app)
          Read configuration values from an XML file.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Parameters

public Parameters()
Method Detail

readConfigFromFileXml

public static void readConfigFromFileXml(java.lang.String fileName,
                                         IApplication app)
Read configuration values from an XML file.

Parameters:
fileName - Name of the configuration file. ex: Config_HelloWorld.xml
app - An application that needs parameters read in.