Package osdep.configuration

Interface Summary
IConfigurationChooser Defines an entity that is able to choose the correct configuration for this platform.
ISiteChooser To choose one of the sites from which to download the zip
ISystemProperties Abstracts the system properties "os.name" and "os.arch", which define the system architecture, so that it is possible to test the library for different systems
 

Class Summary
AutomaticConfigurationChooser Chooses the right zip automatically depending by the platform in which it needs to be installed (operating system and architecture)
ConfigurationEntry An entry in the XML file that defines the configurations.
DefaultSystemProperties The default source of the system properties.
SiteEntry  
SitesAndConfigurations Contains all the configuration data read from the XML list file
SitesAndConfigurationsTest  
XmlToConfigurationList Converts the XML file that defines the list of the configurations to an internal structure
XmlToConfigurationListTest