Package com.tagtraum.ubermusic
Interface Charts
-
public interface ChartsProvides music charts (like Billboard 100) as different playlists.- Author:
- Hendrik Schreiber
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PlayList>getCharts(Locale market)StringgetName()Name of this chart provider.
-
-
-
Method Detail
-
getName
String getName()
Name of this chart provider.- Returns:
- chart provider name
-
getCharts
List<PlayList> getCharts(Locale market) throws IOException
Fetch charts in the form ofPlayLists for the givenLocale. These lists may be specific to genre or other properties.- Parameters:
market- locale market to use for lookup, if the implementation supports localization- Returns:
- list of charts
- Throws:
IOException
-
-