Package com.wowza.wms.manifest.validator
Class ManifestValidator
- Object
- 
- com.wowza.wms.manifest.model.ManifestModelLogging
- 
- com.wowza.wms.manifest.validator.ManifestValidator
 
 
- 
- All Implemented Interfaces:
- Cloneable
 - Direct Known Subclasses:
- MediaPlaylistValidator,- PlaylistValidator
 
 public abstract class ManifestValidator extends ManifestModelLogging Abstract Manifest Validator Model base class Provides implementations that are common to all Manfiest / Playlist validator models
- 
- 
Constructor SummaryConstructors Constructor Description ManifestValidator()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract booleanvalidate(ManifestModel playlist)- 
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLoggingclone, getContextStr, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
 
- 
 
- 
- 
- 
Method Detail- 
validateprotected abstract boolean validate(ManifestModel playlist) 
 
- 
 
-