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 class
A 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.