Uses of Interface
org.eclipse.aether.SessionData
-
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.