Uses of Class
org.stanwood.media.setup.ConfigReader

Packages that use ConfigReader
org.stanwood.media   
org.stanwood.media.cli   
org.stanwood.media.source.xbmc   
org.stanwood.media.source.xbmc.updater   
 

Uses of ConfigReader in org.stanwood.media
 

Constructors in org.stanwood.media with parameters of type ConfigReader
Controller(ConfigReader config)
          The constructor
MediaDirectory(Controller controller, ConfigReader config, java.io.File mediaDir)
          The constructor
 

Uses of ConfigReader in org.stanwood.media.cli
 

Methods in org.stanwood.media.cli with parameters of type ConfigReader
static void AbstractLauncher.setConfig(ConfigReader configReader)
          Used by tests to set the config reader
 

Uses of ConfigReader in org.stanwood.media.source.xbmc
 

Constructors in org.stanwood.media.source.xbmc with parameters of type ConfigReader
XBMCAddonManager(ConfigReader config)
          Used to create a instance of the addon manager
XBMCAddonManager(ConfigReader config, IXBMCUpdater updater, boolean doInit)
           
 

Uses of ConfigReader in org.stanwood.media.source.xbmc.updater
 

Constructors in org.stanwood.media.source.xbmc.updater with parameters of type ConfigReader
XBMCWebUpdater(ConfigReader config)
          The constructor