Package nl.vpro.media.odi.handler
Class MatchAVFileFormatLocationHandler
java.lang.Object
nl.vpro.media.odi.handler.MatchAVFileFormatLocationHandler
- All Implemented Interfaces:
LocationProducer
- Since:
- 4.9
- Author:
- Michiel Meeuwissen
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProduce aLocationResult.intHigher is better.@NonNull StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface nl.vpro.media.odi.LocationProducer
produceIfSupports, supports
-
Constructor Details
-
MatchAVFileFormatLocationHandler
public MatchAVFileFormatLocationHandler()
-
-
Method Details
-
score
Description copied from interface:LocationProducerHigher is better. On default (but seeLocationProducer.supports(int)) 0 means that the producer cannot produce a location result for this location The result of this will be filled in the LocationResult, which determins its basic natural order.- Specified by:
scorein interfaceLocationProducer
-
produce
public LocationResult produce(Location location, jakarta.servlet.http.HttpServletRequest request, String... pubOptions) Description copied from interface:LocationProducerProduce aLocationResult. In principal nevernull- Specified by:
producein interfaceLocationProducer
-
toString
-