Uses of Interface
org.stanwood.media.source.ISource

Packages that use ISource
org.stanwood.media   
org.stanwood.media.setup   
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
 

Uses of ISource in org.stanwood.media
 

Methods in org.stanwood.media that return types with arguments of type ISource
 java.util.List<ExtensionInfo<? extends ISource>> Controller.getAvalibaleSources()
          Used to get a list of possible sources that can be used with a media directory.
 ExtensionInfo<? extends ISource> Controller.getDefaultSource(Mode mode)
          Used to get the default source information
 ExtensionInfo<? extends ISource> Controller.getSourceInfo(java.lang.String id)
          Used to get information about a source
 java.util.List<ISource> MediaDirectory.getSources()
          Get the sources been used by the media directory
 

Uses of ISource in org.stanwood.media.setup
 

Methods in org.stanwood.media.setup that return types with arguments of type ISource
 java.util.List<ISource> ConfigReader.loadSourcesFromConfigFile(Controller controller, MediaDirConfig dirConfig)
          Used to read the sources from the configuration file
 

Uses of ISource in org.stanwood.media.source
 

Classes in org.stanwood.media.source that implement ISource
 class HybridFilmSource
          This class is a source used to retrieve the best film information it can.
 class TagChimpSource
          This class is a source used to retrieve information about films from "www.tagchimp.com".
 

Methods in org.stanwood.media.source that return types with arguments of type ISource
 ExtensionInfo<? extends ISource> TagChimpSource.getInfo()
          Used to get the source information details
 ExtensionInfo<? extends ISource> HybridFilmSource.getInfo()
          Used to get the source information details
 ExtensionInfo<? extends ISource> ISource.getInfo()
          Used to get the source information details
 

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

Classes in org.stanwood.media.source.xbmc that implement ISource
 class XBMCSource
          This is a source that reads the details using XBMC addons.
 

Methods in org.stanwood.media.source.xbmc that return types with arguments of type ISource
 ExtensionInfo<? extends ISource> XBMCSource.getInfo()
          Used to get the source information details
 

Constructor parameters in org.stanwood.media.source.xbmc with type arguments of type ISource
XBMCSource(ExtensionInfo<? extends ISource> sourceInfo, XBMCAddonManager mgr, java.lang.String addonId)
          Used to create a instance of this class