Uses of Class
org.stanwood.media.Controller

Packages that use Controller
org.stanwood.media   
org.stanwood.media.actions   
org.stanwood.media.cli   
org.stanwood.media.search   
org.stanwood.media.setup   
org.stanwood.media.source.xbmc.cli   
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 Controller in org.stanwood.media
 

Methods in org.stanwood.media that return Controller
 Controller MediaDirectory.getController()
          Used to get the media controller
 

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

Uses of Controller in org.stanwood.media.actions
 

Constructors in org.stanwood.media.actions with parameters of type Controller
ActionPerformer(Controller controller, java.util.List<IAction> actions, MediaDirectory dir, java.util.List<java.lang.String> exts)
          Constructor used to create a instance of the class
 

Uses of Controller in org.stanwood.media.cli
 

Methods in org.stanwood.media.cli that return Controller
 Controller AbstractLauncher.getController()
          Used to get the controller
 

Methods in org.stanwood.media.cli with parameters of type Controller
 void BaseLauncher.init(Controller controller)
          Called to setup stuff that depends on the controller
 

Uses of Controller in org.stanwood.media.search
 

Constructors in org.stanwood.media.search with parameters of type Controller
MediaSearcher(Controller controller)
          The constructor
 

Uses of Controller in org.stanwood.media.setup
 

Methods in org.stanwood.media.setup with parameters of type Controller
 java.util.List<IAction> ConfigReader.loadActionsFromConfigFile(Controller controller, MediaDirConfig dirConfig)
          Used to read the actions from the configuration file
 java.util.List<ISource> ConfigReader.loadSourcesFromConfigFile(Controller controller, MediaDirConfig dirConfig)
          Used to read the sources from the configuration file
 java.util.List<IStore> ConfigReader.loadStoresFromConfigFile(Controller controller, MediaDirConfig dirConfig)
          Used to read the stores from the configuration file
 

Uses of Controller in org.stanwood.media.source.xbmc.cli
 

Methods in org.stanwood.media.source.xbmc.cli with parameters of type Controller
 void AbstractXBMCSubCommand.init(Controller controller)
          Called to setup stuff that depends on the controller
 

Uses of Controller in org.stanwood.media.store
 

Methods in org.stanwood.media.store with parameters of type Controller
 void IStore.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.
 void SapphireStore.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.
 

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

Methods in org.stanwood.media.store.memory with parameters of type Controller
 void MemoryStore.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.
 

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

Methods in org.stanwood.media.store.mp4 with parameters of type Controller
 void MP4ITunesStore.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.
static void MP4ITunesStore.updateEpsiode(Controller controller, IMP4Manager mp4Manager, java.io.File mp4File, IEpisode episode)
          Used to add atoms to a MP4 file that makes iTunes see it as a TV Show episode
static void MP4ITunesStore.updateFilm(Controller controller, IMP4Manager mp4Manager, java.io.File mp4File, IFilm film, java.lang.Integer part)
          Used to add atoms to a MP4 file that makes iTunes see it as a Film.
 

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

Methods in org.stanwood.media.store.mp4.itunes with parameters of type Controller
 void RemoteMacOSXItunesStore.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.
 

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

Methods in org.stanwood.media.store.xmlstore with parameters of type Controller
 void XMLStore2.init(Controller controller, java.io.File nativeDir)
          Called to initialise the stores and check all their resources can be found.