|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SpecificPlaylist
The base definition of a specific playlist implementation.
Method Summary | |
---|---|
SpecificPlaylistProvider |
getProvider()
Returns the provider of this specific playlist. |
void |
setProvider(SpecificPlaylistProvider provider)
Initializes the provider of this specific playlist. |
Playlist |
toPlaylist()
Builds a generic representation from this specific playlist. |
void |
writeTo(OutputStream out,
String encoding)
Writes this specific playlist to the specified output stream. |
Method Detail |
---|
void setProvider(SpecificPlaylistProvider provider)
provider
- the provider of this playlist. Shall not be null
.
NullPointerException
- if provider
is null
.getProvider()
SpecificPlaylistProvider getProvider()
null
.setProvider(christophedelory.playlist.SpecificPlaylistProvider)
void writeTo(OutputStream out, String encoding) throws Exception
out
- an output stream. Shall not be null
.encoding
- the content encoding of the output resource, or null
if not known.
NullPointerException
- if out
is null
.
Exception
- if any error occurs during the marshalling process.SpecificPlaylistFactory.readFrom(java.net.URL)
,
SpecificPlaylistProvider.readFrom(java.io.InputStream, java.lang.String, org.apache.commons.logging.Log)
Playlist toPlaylist()
null
.SpecificPlaylistProvider.toSpecificPlaylist(christophedelory.playlist.Playlist)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |