public class RSSProvider extends Object implements SpecificPlaylistProvider
| Constructor and Description |
|---|
RSSProvider() |
| Modifier and Type | Method and Description |
|---|---|
ContentType[] |
getContentTypes() |
String |
getId() |
SpecificPlaylist |
readFrom(InputStream in,
String encoding,
org.apache.commons.logging.Log logger) |
void |
setUseRSSMedia(boolean useRSSMedia)
Specifies that the output RSS shall make use of the RSS Media extension, or not.
|
SpecificPlaylist |
toSpecificPlaylist(Playlist playlist) |
public String getId()
getId in interface SpecificPlaylistProviderpublic ContentType[] getContentTypes()
getContentTypes in interface SpecificPlaylistProviderpublic SpecificPlaylist readFrom(InputStream in, String encoding, org.apache.commons.logging.Log logger) throws Exception
readFrom in interface SpecificPlaylistProviderExceptionpublic SpecificPlaylist toSpecificPlaylist(Playlist playlist) throws Exception
toSpecificPlaylist in interface SpecificPlaylistProviderExceptionpublic void setUseRSSMedia(boolean useRSSMedia)
useRSSMedia - the associated boolean.toSpecificPlaylist(chameleon.playlist.Playlist)Copyright © 2008–2017. All rights reserved.