Uses of Interface
org.stanwood.media.search.ISearchStrategy

Packages that use ISearchStrategy
org.stanwood.media.search   
 

Uses of ISearchStrategy in org.stanwood.media.search
 

Classes in org.stanwood.media.search that implement ISearchStrategy
 class EpisodeFileNameStraregy
          This searching strategy will search using common show naming conventions
 class FilmNFOSearchStrategy
          This search strategy looks information about films if they are in or under a directory contains a .NFO file that describes them.
 class ReversePatternSearchStrategy
          This is a search strategy that tries to match the media directory pattern against the media file filename and work out it's search results from that.
 

Constructor parameters in org.stanwood.media.search with type arguments of type ISearchStrategy
AbstractMediaSearcher(java.util.List<ISearchStrategy> strategies)
          Used to create a instance of this class