DefaultLegacySupportpublic interface LegacySupport
| Modifier and Type | Method | Description |
|---|---|---|
org.eclipse.aether.RepositorySystemSession |
getRepositorySession() |
Gets the currently active repository session.
|
MavenSession |
getSession() |
Gets the currently active session.
|
void |
setSession(MavenSession session) |
Sets the currently active session.
|
void setSession(MavenSession session)
session - The currently active session, may be null.MavenSession getSession()
null if none.org.eclipse.aether.RepositorySystemSession getRepositorySession()
null if none.