net.sourceforge.atunes.kernel.modules.lyrics
Class LyricsDirectoryEngine

java.lang.Object
  extended by net.sourceforge.atunes.kernel.modules.lyrics.LyricsEngine
      extended by net.sourceforge.atunes.kernel.modules.lyrics.LyricsDirectoryEngine

public class LyricsDirectoryEngine
extends LyricsEngine


Constructor Summary
LyricsDirectoryEngine()
           
 
Method Summary
 java.lang.String getLyricsFor(java.lang.String artist, java.lang.String title)
          Gets the lyrics for.
 
Methods inherited from class net.sourceforge.atunes.kernel.modules.lyrics.LyricsEngine
encodeString, getConnection, readURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LyricsDirectoryEngine

public LyricsDirectoryEngine()
Method Detail

getLyricsFor

public java.lang.String getLyricsFor(java.lang.String artist,
                                     java.lang.String title)
Description copied from class: LyricsEngine
Gets the lyrics for.

Specified by:
getLyricsFor in class LyricsEngine
Parameters:
artist - the artist
title - the title
Returns:
the lyrics for


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.