Package org.eclipse.tycho.p2.remote
Interface CacheEntry
public interface CacheEntry
-
Method Summary
Modifier and TypeMethodDescriptiongetCacheFile(org.eclipse.core.net.proxy.IProxyService proxyService, Function<URI, MavenRepositorySettings.Credentials> credentialsProvider) longgetLastModified(org.eclipse.core.net.proxy.IProxyService proxyService, Function<URI, MavenRepositorySettings.Credentials> credentialsProvider)
-
Method Details
-
getLastModified
long getLastModified(org.eclipse.core.net.proxy.IProxyService proxyService, Function<URI, MavenRepositorySettings.Credentials> credentialsProvider) throws IOException- Throws:
IOException
-
getCacheFile
File getCacheFile(org.eclipse.core.net.proxy.IProxyService proxyService, Function<URI, MavenRepositorySettings.Credentials> credentialsProvider) throws IOException- Throws:
IOException
-