org.varienaja.util.coverart
Interface ICoverArtFinder

All Known Implementing Classes:
AbstractCoverArtFinder, AmazonCoverArtFinder, CoverArtProcessor, GoogleCoverArtFinder, YahooCoverArtFinder

public interface ICoverArtFinder

Interface, specifying the methods of a Finder for Coverart.

Author:
Varienaja

Method Summary
 java.util.Collection<CoverArtSearchResult> findCoverURLs(java.lang.String band, java.lang.String album)
          Searches one or multiple sources for CovereArt-images.
 

Method Detail

findCoverURLs

java.util.Collection<CoverArtSearchResult> findCoverURLs(java.lang.String band,
                                                         java.lang.String album)
Searches one or multiple sources for CovereArt-images.

Parameters:
band - The bandname to search for.
album - The albumtitle tot search for
Returns:
A non-null, sorted Collection of CoverArtSearchResult objects


Copyright © 2010 A.J.V.. All Rights Reserved.