osdep.configuration
Class SitesAndConfigurations

java.lang.Object
  extended by osdep.configuration.SitesAndConfigurations

public class SitesAndConfigurations
extends java.lang.Object

Contains all the configuration data read from the XML list file

Author:
SHZ Mar 17, 2008

Constructor Summary
SitesAndConfigurations(java.util.List<SiteEntry> lstSite, java.util.List<ConfigurationEntry> lstConfiguration)
           
 
Method Summary
 java.util.List<ConfigurationEntry> getConfigurations()
           
 java.util.List<SiteEntry> getSites()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SitesAndConfigurations

public SitesAndConfigurations(java.util.List<SiteEntry> lstSite,
                              java.util.List<ConfigurationEntry> lstConfiguration)
Parameters:
lstSite -
lstConfiguration -
Method Detail

getSites

public java.util.List<SiteEntry> getSites()
Returns:
the lstSite

getConfigurations

public java.util.List<ConfigurationEntry> getConfigurations()
Returns:
the lstConfiguration