Uses of Interface
org.eclipse.aether.SessionData
Packages that use SessionData
- 
Uses of SessionData in org.eclipse.aether
Classes in org.eclipse.aether that implement SessionDataModifier and TypeClassDescriptionfinal classA simple session data storage backed by a thread-safe map.Methods in org.eclipse.aether that return SessionDataModifier and TypeMethodDescriptionAbstractForwardingRepositorySystemSession.getData()DefaultRepositorySystemSession.getData()RepositorySystemSession.getData()Gets the custom data associated with this session.Methods in org.eclipse.aether with parameters of type SessionDataModifier 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.Method parameters in org.eclipse.aether with type arguments of type SessionDataModifier 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
Methods in org.eclipse.aether.internal.impl.session that return SessionDataMethods in org.eclipse.aether.internal.impl.session with parameters of type SessionDataMethod parameters in org.eclipse.aether.internal.impl.session with type arguments of type SessionDataModifier and TypeMethodDescriptionDefaultSessionBuilder.setSessionDataSupplier(Supplier<SessionData> dataSupplier) Constructors in org.eclipse.aether.internal.impl.session with parameters of type SessionDataModifierConstructorDescriptionDefaultCloseableSession(String sessionId, boolean offline, boolean ignoreArtifactDescriptorRepositories, ResolutionErrorPolicy resolutionErrorPolicy, ArtifactDescriptorPolicy artifactDescriptorPolicy, String checksumPolicy, String artifactUpdatePolicy, String metadataUpdatePolicy, LocalRepositoryManager localRepositoryManager, Collection<LocalRepository> localRepositories, WorkspaceReader workspaceReader, Collection<RepositoryListener> repositoryListener, Collection<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, ScopeManager scopeManager, List<Runnable> onSessionEndedHandlers, RepositorySystem repositorySystem, RepositorySystemLifecycle repositorySystemLifecycle)