Uses of Interface
org.eclipse.aether.SessionData
-
Packages that use SessionData Package Description org.eclipse.aether The primary API of theRepositorySystemand its functionality. -
-
Uses of SessionData in org.eclipse.aether
Classes in org.eclipse.aether that implement SessionData Modifier and Type Class Description classDefaultSessionDataA simple session data storage backed by a thread-safe map.Methods in org.eclipse.aether that return SessionData Modifier and Type Method Description SessionDataAbstractForwardingRepositorySystemSession. getData()SessionDataDefaultRepositorySystemSession. getData()SessionDataRepositorySystemSession. getData()Gets the custom data associated with this session.Methods in org.eclipse.aether with parameters of type SessionData Modifier and Type Method Description DefaultRepositorySystemSessionDefaultRepositorySystemSession. setData(SessionData data)Sets the custom data associated with this session.
-