Class PlaylistValidator
- Object
- 
- com.wowza.wms.manifest.model.ManifestModelLogging
- 
- com.wowza.wms.manifest.validator.ManifestValidator
- 
- com.wowza.wms.manifest.validator.m3u8.PlaylistValidator
 
 
 
- 
- All Implemented Interfaces:
- Cloneable
 
 public class PlaylistValidator extends ManifestValidator 
- 
- 
Constructor SummaryConstructors Constructor Description PlaylistValidator(String contextStr)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetContextStr()Get the context string associated with the Model to include with the log statementsbooleanvalidate(ManifestModel manifest)- 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLoggingclone, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
 
- 
 
- 
- 
- 
Method Detail- 
validatepublic boolean validate(ManifestModel manifest) - Specified by:
- validatein class- ManifestValidator
 
 - 
getContextStrprotected String getContextStr() Description copied from class:ManifestModelLoggingGet the context string associated with the Model to include with the log statements- Specified by:
- getContextStrin class- ManifestModelLogging
- Returns:
- String
 
 
- 
 
-