|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MetadataProvider
Properties that a MetadataProvider has to be able to provide about Playlists and Songs.
| Method Summary | |
|---|---|
java.lang.String |
getCoverUrl(Playlist playlist)
Returns the URL where the CoverArt of the Playlist can be found. |
java.lang.String |
getDownloadUrl(Song song)
Returns the URL (as String) where a Song can be downloaded. |
java.lang.String |
getRssUrl(Playlist playlist)
Returns the URL (as String) which links to the RSS-link for a Playlist. |
java.lang.String |
getUrl(Playlist playlist)
Returns the URL (as String) which links to information page of a Playlist. |
java.lang.String |
getUrl(Song song)
Returns the URL (as String) which links to information page of a Song. |
| Method Detail |
|---|
java.lang.String getUrl(Playlist playlist)
playlist - The Playlist to link to.
java.lang.String getUrl(Song song)
song - The Song to link to.
java.lang.String getRssUrl(Playlist playlist)
playlist - The Playlist to link to.
java.lang.String getCoverUrl(Playlist playlist)
playlist - The Playlist to provide the CoverArt for.
java.lang.String getDownloadUrl(Song song)
song - The Song to provide the URL for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||