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

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

public class LyricsModeEngine
extends LyricsEngine


Constructor Summary
LyricsModeEngine()
           
 
Method Summary
 Lyrics getLyricsFor(java.lang.String artist, java.lang.String title)
          Gets the lyrics for.
 java.lang.String getLyricsProviderName()
          Returns the name of this lyrics provider
 java.lang.String getUrlForAddingNewLyrics(java.lang.String artist, java.lang.String title)
          Returns the url for addind new lyrics
 
Methods inherited from class net.sourceforge.atunes.kernel.modules.contextInformation.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

LyricsModeEngine

public LyricsModeEngine()
Method Detail

getLyricsFor

public Lyrics 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

getLyricsProviderName

public java.lang.String getLyricsProviderName()
Description copied from class: LyricsEngine
Returns the name of this lyrics provider

Specified by:
getLyricsProviderName in class LyricsEngine
Returns:
the name of this lyrics provider

getUrlForAddingNewLyrics

public java.lang.String getUrlForAddingNewLyrics(java.lang.String artist,
                                                 java.lang.String title)
Description copied from class: LyricsEngine
Returns the url for addind new lyrics

Specified by:
getUrlForAddingNewLyrics in class LyricsEngine
Parameters:
artist - the artist
title - the title
Returns:
the url for addind new lyrics


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