org.varienaja.util.coverart
Class AmazonCoverArtFinder

java.lang.Object
  extended by org.varienaja.util.coverart.AmazonCoverArtFinder
All Implemented Interfaces:
ICoverArtFinder

public class AmazonCoverArtFinder
extends java.lang.Object
implements ICoverArtFinder

Author:
Varienaja

Constructor Summary
AmazonCoverArtFinder()
           
 
Method Summary
 java.util.List<CoverArtSearchResult> findCoverURLs(java.lang.String band, java.lang.String albumtitle)
          Searches one or multiple sources for CovereArt-images.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AmazonCoverArtFinder

public AmazonCoverArtFinder()
Method Detail

findCoverURLs

public java.util.List<CoverArtSearchResult> findCoverURLs(java.lang.String band,
                                                          java.lang.String albumtitle)
Description copied from interface: ICoverArtFinder
Searches one or multiple sources for CovereArt-images.

Specified by:
findCoverURLs in interface ICoverArtFinder
Parameters:
band - The bandname to search for.
albumtitle - The albumtitle tot search for
Returns:
A non-null, sorted Collection of CoverArtSearchResult objects


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