Class SchemeInformationURIByLang

java.lang.Object
eu.europa.esig.dss.tsl.function.SchemeInformationURIByLang
All Implemented Interfaces:
Predicate<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType>

public final class SchemeInformationURIByLang extends Object implements Predicate<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType>
Predicate to filter scheme information by language
  • Constructor Details

    • SchemeInformationURIByLang

      public SchemeInformationURIByLang(String lang)
      Default constructor
      Parameters:
      lang - String language code to filter by
  • Method Details

    • test

      public boolean test(eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType schemeInformationURI)
      Specified by:
      test in interface Predicate<eu.europa.esig.trustedlist.jaxb.tsl.NonEmptyMultiLangURIType>