edu.memphis.ccrg.lida.framework.initialization
Class FactoriesDataXmlLoader

java.lang.Object
  extended by edu.memphis.ccrg.lida.framework.initialization.FactoriesDataXmlLoader

public class FactoriesDataXmlLoader
extends java.lang.Object

Loads the factoriesData.xml file which configures the factories of the framework i.e. what strategies are used by the objects created by the factory, the types of node, links, and FrameworkTask that can be created as well.

Author:
Javier Snaider

Constructor Summary
FactoriesDataXmlLoader()
           
 
Method Summary
 void loadFactoriesData(java.util.Properties properties)
          Loads ElementFactory with object types specified in Properties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoriesDataXmlLoader

public FactoriesDataXmlLoader()
Method Detail

loadFactoriesData

public void loadFactoriesData(java.util.Properties properties)
Loads ElementFactory with object types specified in Properties

Parameters:
properties - Properties