Uses of Interface
org.eclipse.aether.RepositoryCache
Package
Description
The primary API of the
RepositorySystem
and its functionality.Utility classes to ease unit testing.
-
Uses of RepositoryCache in org.eclipse.aether
Modifier and TypeClassDescriptionfinal class
A simplistic repository cache backed by a thread-safe map.Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getCache()
DefaultRepositorySystemSession.getCache()
RepositorySystemSession.getCache()
Gets the cache the repository system may use to save data for future reuse during the session.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setCache
(RepositoryCache cache) Sets the cache the repository system may use to save data for future reuse during the session.RepositorySystemSession.SessionBuilder.setCache
(RepositoryCache cache) Sets the cache the repository system may use to save data for future reuse during the session.Modifier and TypeMethodDescriptionRepositorySystemSession.SessionBuilder.setRepositoryCacheSupplier
(Supplier<RepositoryCache> cacheSupplier) Sets the cache supplier for the repository system may use to save data for future reuse during the session. -
Uses of RepositoryCache in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setRepositoryCacheSupplier
(Supplier<RepositoryCache> cacheSupplier) ModifierConstructorDescriptionDefaultCloseableSession
(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, List<LocalRepository> localRepositories, WorkspaceReader workspaceReader, RepositoryListener repositoryListener, TransferListener transferListener, Map<String, String> systemProperties, Map<String, String> userProperties, Map<String, Object> configProperties, MirrorSelector mirrorSelector, ProxySelector proxySelector, AuthenticationSelector authenticationSelector, ArtifactTypeRegistry artifactTypeRegistry, DependencyTraverser dependencyTraverser, DependencyManager dependencyManager, DependencySelector dependencySelector, VersionFilter versionFilter, DependencyGraphTransformer dependencyGraphTransformer, SessionData data, RepositoryCache cache, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle) -
Uses of RepositoryCache in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestRepositorySystemSession.setCache
(RepositoryCache cache) Sets the cache the repository system may use to save data for future reuse during the session.