Class MediaPlaylistValidator
- Object
-
- com.wowza.wms.manifest.model.ManifestModelLogging
-
- com.wowza.wms.manifest.validator.ManifestValidator
-
- com.wowza.wms.manifest.validator.m3u8.MediaPlaylistValidator
-
- All Implemented Interfaces:
Cloneable
public class MediaPlaylistValidator extends ManifestValidator
-
-
Constructor Summary
Constructors Constructor Description MediaPlaylistValidator(String contextStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
getContextStr()
Get the context string associated with the Model to include with the log statementsboolean
validate(ManifestModel manifest)
-
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
clone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
-
-
-
Method Detail
-
validate
public boolean validate(ManifestModel manifest)
- Specified by:
validate
in classManifestValidator
-
getContextStr
protected String getContextStr()
Description copied from class:ManifestModelLogging
Get the context string associated with the Model to include with the log statements- Specified by:
getContextStr
in classManifestModelLogging
- Returns:
- String
-
-