public class PlaylistWriter extends ManifestWriter
| Constructor and Description |
|---|
PlaylistWriter(java.io.OutputStream outputStream,
String contextStr) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getContextStr()
Get the context string associated with the Model to include with the log statements
|
boolean |
isValidatePlaylists() |
void |
setValidatePlaylists(boolean validatePlaylists) |
boolean |
write(PlaylistModel playlist) |
clone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOutpublic PlaylistWriter(java.io.OutputStream outputStream,
String contextStr)
throws IllegalArgumentException
IllegalArgumentExceptionprotected String getContextStr()
ManifestModelLogginggetContextStr in class ManifestModelLoggingpublic boolean isValidatePlaylists()
public void setValidatePlaylists(boolean validatePlaylists)
public final boolean write(PlaylistModel playlist) throws java.io.IOException
java.io.IOException