Uses of Class
net.sourceforge.jnlp.cache.CacheEntry
-
Packages that use CacheEntry Package Description net.sourceforge.jnlp.cache This package contains the JNLP cache. -
-
Uses of CacheEntry in net.sourceforge.jnlp.cache
Methods in net.sourceforge.jnlp.cache with parameters of type CacheEntry Modifier and Type Method Description static boolean
CacheUtil. isCurrent(java.net.URL source, Version version, long lastModifed, CacheEntry entry, java.io.File cachedFile)
Returns whether there is a version of the URL contents in the cache and it is up to date.boolean
UpdatePolicy. shouldUpdate(CacheEntry entry)
-