osdep.configuration
Interface IConfigurationChooser

All Known Implementing Classes:
AutomaticConfigurationChooser, ConsoleConfigurationChooser

public interface IConfigurationChooser

Defines an entity that is able to choose the correct configuration for this platform. It can be an automatic chooser or one that requires the help of the user

Author:
SHZ Mar 7, 2008

Method Summary
 ConfigurationEntry getConfiguration()
          Returns the chosen configuration
 void setup(java.util.List<ConfigurationEntry> lstEntry)
          set up the chooser with the possible choices
 

Method Detail

setup

void setup(java.util.List<ConfigurationEntry> lstEntry)
set up the chooser with the possible choices

Parameters:
lstEntry - the list of configurations to choose

getConfiguration

ConfigurationEntry getConfiguration()
Returns the chosen configuration

Returns:
the configuration that has been chosen