Module jpms_dss_tsl_validation
Package eu.europa.esig.dss.tsl.function
Class MimetypeOtherTSLPointer
java.lang.Object
eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
eu.europa.esig.dss.tsl.function.MimetypeOtherTSLPointer
- All Implemented Interfaces:
OtherTSLPointerPredicate,Predicate<eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType>
- Direct Known Subclasses:
PDFOtherTSLPointer,XMLOtherTSLPointer
This predicate allows filtering of TSL pointers by a MimeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType o) Methods inherited from class eu.europa.esig.dss.tsl.function.AbstractOtherTSLPointerPredicate
extractAdditionalInformation
-
Constructor Details
-
MimetypeOtherTSLPointer
Default constructor- Parameters:
expectedMimeType-StringMimeType to filter by
-
-
Method Details
-
test
public boolean test(eu.europa.esig.trustedlist.jaxb.tsl.OtherTSLPointerType o)
-