public interface LegacySupport
Modifier and Type | Method and 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.Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.