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

Packages that use Season
org.stanwood.media.store   
org.stanwood.media.store.memory   
 

Uses of Season in org.stanwood.media.store
 

Methods in org.stanwood.media.store that return Season
 Season SapphireStore.getSeason(java.io.File rootMediaDir, java.io.File episodeFile, IShow show, int seasonNum)
          Always returns null as it is not implemented for this store.
 

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

Subclasses of Season in org.stanwood.media.store.memory
 class CacheSeason
          A cached version of the season object for storing the details in memory