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 Summary
Constructors Constructor Description ManifestValidator()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description protected abstract boolean
validate(ManifestModel playlist)
-
Methods inherited from class com.wowza.wms.manifest.model.ManifestModelLogging
clone, getContextStr, getDebugLog, logDebug, logError, logError, logError, logInfo, logWarn, setDebugLog, setUseSystemOut, usingSystemOut
-
-
-
-
Method Detail
-
validate
protected abstract boolean validate(ManifestModel playlist)
-
-