Uses of Interface
org.eclipse.aether.SessionData
Package
Description
The primary API of the
RepositorySystem
and its functionality.Utility classes to ease unit testing.
-
Uses of SessionData in org.eclipse.aether
Modifier and TypeClassDescriptionfinal class
A simple session data storage backed by a thread-safe map.Modifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getData()
DefaultRepositorySystemSession.getData()
RepositorySystemSession.getData()
Gets the custom data associated with this session.Modifier and TypeMethodDescriptionDefaultRepositorySystemSession.setData
(SessionData data) Sets the custom data associated with this session.RepositorySystemSession.SessionBuilder.setData
(SessionData data) Sets the custom data associated with this session.Modifier and TypeMethodDescriptionRepositorySystemSession.SessionBuilder.setSessionDataSupplier
(Supplier<SessionData> dataSupplier) Sets the custom session data supplier associated with this session. -
Uses of SessionData in org.eclipse.aether.internal.impl.session
Modifier and TypeMethodDescriptionDefaultSessionBuilder.setSessionDataSupplier
(Supplier<SessionData> dataSupplier) 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 SessionData in org.eclipse.aether.internal.test.util
Modifier and TypeMethodDescriptionTestRepositorySystemSession.setData
(SessionData data) Sets the custom data associated with this session.