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

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

public class LyricsService
extends java.lang.Object

The Class LyricsService.


Constructor Summary
LyricsService()
           
 
Method Summary
static java.lang.String getLyrics(java.lang.String artist, java.lang.String song)
          Public method to retrieve lyrics for a song.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LyricsService

public LyricsService()
Method Detail

getLyrics

public static java.lang.String getLyrics(java.lang.String artist,
                                         java.lang.String song)
Public method to retrieve lyrics for a song.

Parameters:
artist - the artist
song - the song
Returns:
the lyrics


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