Uses of Interface
org.eclipse.aether.RepositorySystemSession.CloseableSession
Packages that use RepositorySystemSession.CloseableSession
Package
Description
The primary API of the
RepositorySystem
and its functionality.The provisional interfaces defining the various subcomponents that implement the repository system.
The various sub components that collectively implement the repository system.
-
Uses of RepositorySystemSession.CloseableSession in org.eclipse.aether
Methods in org.eclipse.aether that return RepositorySystemSession.CloseableSessionModifier and TypeMethodDescriptionRepositorySystemSession.SessionBuilder.build()
Creates immutable closeable session out this builder instance. -
Uses of RepositorySystemSession.CloseableSession in org.eclipse.aether.impl
Methods in org.eclipse.aether.impl with parameters of type RepositorySystemSession.CloseableSessionModifier and TypeMethodDescriptionvoid
RepositorySystemLifecycle.addOnSessionEndedHandle
(RepositorySystemSession.CloseableSession session, Runnable handler) Registers an "on session end" handler.void
RepositorySystemLifecycle.sessionEnded
(RepositorySystemSession.CloseableSession session) Signals that passed in session was ended, it will not be used anymore.void
RepositorySystemLifecycle.sessionStarted
(RepositorySystemSession.CloseableSession session) Registers the session for lifecycle tracking: it marks that the passed in session instance is about to start. -
Uses of RepositorySystemSession.CloseableSession in org.eclipse.aether.internal.impl
Methods in org.eclipse.aether.internal.impl with parameters of type RepositorySystemSession.CloseableSessionModifier and TypeMethodDescriptionvoid
DefaultRepositorySystemLifecycle.addOnSessionEndedHandle
(RepositorySystemSession.CloseableSession session, Runnable handler) void
DefaultRepositorySystemLifecycle.sessionEnded
(RepositorySystemSession.CloseableSession session) void
DefaultRepositorySystemLifecycle.sessionStarted
(RepositorySystemSession.CloseableSession session) -
Uses of RepositorySystemSession.CloseableSession in org.eclipse.aether.internal.impl.session
Classes in org.eclipse.aether.internal.impl.session that implement RepositorySystemSession.CloseableSessionModifier and TypeClassDescriptionfinal class
A default implementation of repository system session that is immutable and thread-safe.Methods in org.eclipse.aether.internal.impl.session that return RepositorySystemSession.CloseableSession