Uses of Class
osdep.configuration.SiteEntry

Packages that use SiteEntry
osdep.configuration   
osdep.console   
 

Uses of SiteEntry in osdep.configuration
 

Methods in osdep.configuration that return types with arguments of type SiteEntry
 java.util.List<SiteEntry> SitesAndConfigurations.getSites()
           
 

Method parameters in osdep.configuration with type arguments of type SiteEntry
 void ISiteChooser.setup(java.util.List<SiteEntry> lstSite)
          Set up the chooser with the list of sites to choose
 

Constructor parameters in osdep.configuration with type arguments of type SiteEntry
SitesAndConfigurations(java.util.List<SiteEntry> lstSite, java.util.List<ConfigurationEntry> lstConfiguration)
           
 

Uses of SiteEntry in osdep.console
 

Method parameters in osdep.console with type arguments of type SiteEntry
 void ConsoleSiteChooser.setup(java.util.List<SiteEntry> lstEntry)