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

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

public class LyricsService
extends java.lang.Object

The Class LyricsService.


Constructor Summary
LyricsService()
           
 
Method Summary
static Lyrics getLyrics(java.lang.String artist, java.lang.String song)
          Public method to retrieve lyrics for a song.
static java.util.Map<java.lang.String,java.lang.String> getUrlsForAddingNewLyrics(java.lang.String artist, java.lang.String title)
          Returns a map with lyric provider names and urls for adding new lyrics for the specified title and artist
 
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 Lyrics 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

getUrlsForAddingNewLyrics

public static java.util.Map<java.lang.String,java.lang.String> getUrlsForAddingNewLyrics(java.lang.String artist,
                                                                                         java.lang.String title)
Returns a map with lyric provider names and urls for adding new lyrics for the specified title and artist

Parameters:
artist - the artist
title - the title
Returns:
a map with lyric provider names and urls for adding new lyrics


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