|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.atunes.kernel.modules.contextInformation.lyrics.LyricsService
public class LyricsService
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 |
---|
public LyricsService()
Method Detail |
---|
public static Lyrics getLyrics(java.lang.String artist, java.lang.String song)
artist
- the artistsong
- the song
public static java.util.Map<java.lang.String,java.lang.String> getUrlsForAddingNewLyrics(java.lang.String artist, java.lang.String title)
artist
- the artisttitle
- the title
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |