Uses of Class
eu.europa.esig.dss.tsl.download.XmlDownloadResult
Package | Description |
---|---|
eu.europa.esig.dss.tsl.cache | |
eu.europa.esig.dss.tsl.cache.access | |
eu.europa.esig.dss.tsl.download | |
eu.europa.esig.dss.tsl.dto.builder |
-
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.cache
Methods in eu.europa.esig.dss.tsl.cache with parameters of type XmlDownloadResult Modifier and Type Method Description boolean
DownloadCache. isUpToDate(CacheKey cacheKey, XmlDownloadResult downloadedResult)
Checks if the file with the givencacheKey
is 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 XmlDownloadResult Modifier and Type Method Description boolean
CacheAccessByKey. isUpToDate(XmlDownloadResult xmlDownloadResult)
void
CacheAccessByKey. update(XmlDownloadResult result)
-
Uses of XmlDownloadResult in eu.europa.esig.dss.tsl.download
Methods in eu.europa.esig.dss.tsl.download that return XmlDownloadResult Modifier and Type Method Description XmlDownloadResult
XmlDownloadTask. get()
-
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 XmlDownloadResult Constructor Description DownloadCacheDTOBuilder(CachedEntry<XmlDownloadResult> cachedEntry)