Uses of Class
eu.europa.esig.dss.tsl.download.XmlDownloadResult
Packages that use XmlDownloadResult
Package
Description
-
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache with parameters of type XmlDownloadResultModifier and TypeMethodDescriptionbooleanDownloadCache.isUpToDate(CacheKey cacheKey, XmlDownloadResult downloadedResult) Checks if the file with the givencacheKeyis up to date -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.cache.access
Methods in eu.europa.esig.dss.tsl.cache.access with parameters of type XmlDownloadResultModifier and TypeMethodDescriptionbooleanCacheAccessByKey.isUpToDate(XmlDownloadResult xmlDownloadResult) Checks if the download result is up to date for the given keyvoidCacheAccessByKey.update(XmlDownloadResult result) Updates the download result -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.download
Methods in eu.europa.esig.dss.tsl.download that return XmlDownloadResult -
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.dto.builder
Constructor parameters in eu.europa.esig.dss.tsl.dto.builder with type arguments of type XmlDownloadResultModifierConstructorDescriptionDownloadCacheDTOBuilder(CachedEntry<XmlDownloadResult> cachedEntry) Default constructor