| Package | Description |
|---|---|
| org.eclipse.aether |
The primary API of the
RepositorySystem and its functionality. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
DefaultSessionData |
A simple session data storage backed by a thread-safe map.
|
| Modifier and Type | Method | Description |
|---|---|---|
SessionData |
AbstractForwardingRepositorySystemSession.getData() |
|
SessionData |
DefaultRepositorySystemSession.getData() |
|
SessionData |
RepositorySystemSession.getData() |
Gets the custom data associated with this session.
|
| Modifier and Type | Method | Description |
|---|---|---|
DefaultRepositorySystemSession |
DefaultRepositorySystemSession.setData(SessionData data) |
Sets the custom data associated with this session.
|