org.sonatype.tycho.p2.resolver
Interface P2RepositoryCache
- All Known Implementing Classes:
- P2RepositoryCacheImpl
public interface P2RepositoryCache
This is only used to cache IArtifactRepository and IMetadataRepository instances corresponding to remote Maven/Tycho
repositories introduced in Tycho 0.4.0. This repository format is disabled by default since Tycho 0.8.0.
- Author:
- igor
- See Also:
https://issues.sonatype.org/browse/TYCHO-335
getMetadataRepository
java.lang.Object getMetadataRepository(java.net.URI location)
getArtifactRepository
java.lang.Object getArtifactRepository(java.net.URI location)
putRepository
void putRepository(java.net.URI location,
java.lang.Object metadataRepository,
java.lang.Object artifactRepository)
Copyright © 2008-2011. All Rights Reserved.