Uses of Class
org.stanwood.media.model.Mode

Packages that use Mode
org.stanwood.media   
org.stanwood.media.model   
org.stanwood.media.setup   
org.stanwood.media.source   
org.stanwood.media.source.xbmc   
org.stanwood.media.store   
org.stanwood.media.store.memory   
org.stanwood.media.store.mp4   
org.stanwood.media.store.mp4.itunes   
org.stanwood.media.store.xmlstore   
 

Uses of Mode in org.stanwood.media
 

Methods in org.stanwood.media with parameters of type Mode
 ExtensionInfo<? extends ISource> Controller.getDefaultSource(Mode mode)
          Used to get the default source information
 java.util.List<MediaDirectory> Controller.getMediaDirectories(Mode type)
          Used to get a list of media directories of a given type
 

Uses of Mode in org.stanwood.media.model
 

Methods in org.stanwood.media.model that return Mode
 Mode SearchResult.getMode()
          Used to get the media results type
static Mode Mode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Mode[] Mode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.stanwood.media.model with parameters of type Mode
SearchResult(java.lang.String id, java.lang.String sourceId, java.lang.String url, java.lang.Integer part, Mode mode)
          Constructor of the class
 

Uses of Mode in org.stanwood.media.setup
 

Methods in org.stanwood.media.setup that return Mode
 Mode MediaDirConfig.getMode()
          Used to get the mode of the media directory
 

Methods in org.stanwood.media.setup with parameters of type Mode
 void MediaDirConfig.setMode(Mode mode)
          Used to set the mode of the media directory
 

Uses of Mode in org.stanwood.media.source
 

Methods in org.stanwood.media.source with parameters of type Mode
 SearchResult TagChimpSource.searchMedia(java.lang.String name, java.lang.String year, Mode mode, java.lang.Integer part)
          This is called to search the source for media details
 SearchResult HybridFilmSource.searchMedia(java.lang.String name, java.lang.String year, Mode mode, java.lang.Integer part)
          This is called to search the source for media details
 SearchResult ISource.searchMedia(java.lang.String name, java.lang.String year, Mode mode, java.lang.Integer part)
          This is called to search the source for media details
 

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

Methods in org.stanwood.media.source.xbmc that return Mode
 Mode XBMCScraper.getMode()
          Get the mode of the scrper
 

Methods in org.stanwood.media.source.xbmc with parameters of type Mode
 java.lang.String XBMCAddonManager.getDefaultAddonID(Mode mode)
          Used to get the default source ID
 XBMCScraper XBMCAddon.getScraper(Mode mode)
          Used to get the scraper class that will read data using the XBMC XML scraper files
 SearchResult XBMCSource.searchMedia(java.lang.String name, java.lang.String year, Mode mode, java.lang.Integer part)
          This is called to search the source for media details
 boolean XBMCAddon.supportsMode(Mode mode)
          Used o find out if the scraper supports a given mode
 

Constructors in org.stanwood.media.source.xbmc with parameters of type Mode
XBMCScraper(XBMCAddon addon, java.io.File scraperFile, java.lang.String point, Mode mode)
          Used to create the class and set the scraper file
 

Uses of Mode in org.stanwood.media.store
 

Methods in org.stanwood.media.store with parameters of type Mode
 SearchResult IStore.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media
 SearchResult SapphireStore.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media
 

Uses of Mode in org.stanwood.media.store.memory
 

Methods in org.stanwood.media.store.memory with parameters of type Mode
 SearchResult MemoryStore.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media
 

Uses of Mode in org.stanwood.media.store.mp4
 

Methods in org.stanwood.media.store.mp4 with parameters of type Mode
 SearchResult MP4ITunesStore.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media
 

Uses of Mode in org.stanwood.media.store.mp4.itunes
 

Methods in org.stanwood.media.store.mp4.itunes with parameters of type Mode
 SearchResult RemoteMacOSXItunesStore.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media
 

Uses of Mode in org.stanwood.media.store.xmlstore
 

Methods in org.stanwood.media.store.xmlstore with parameters of type Mode
 SearchResult XMLStore2.searchMedia(java.lang.String name, Mode mode, java.lang.Integer part, MediaDirConfig dirConfig, java.io.File mediaFile)
          Used to search for store for media