osdep.configuration
Interface ISiteChooser

All Known Implementing Classes:
ConsoleSiteChooser

public interface ISiteChooser

To choose one of the sites from which to download the zip

Author:
SHZ Mar 17, 2008

Method Summary
 java.lang.String getSite()
          Returns the chosen site
 void setup(java.util.List<SiteEntry> lstSite)
          Set up the chooser with the list of sites to choose
 

Method Detail

setup

void setup(java.util.List<SiteEntry> lstSite)
Set up the chooser with the list of sites to choose

Parameters:
lstSite - the list of sites

getSite

java.lang.String getSite()
Returns the chosen site

Returns:
the chosen site directory link