public interface LegacySupport
Modifier and Type | Method and Description |
---|---|
org.sonatype.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.sonatype.aether.RepositorySystemSession getRepositorySession()
null
if none.Copyright © 2001-2013 Apache Software Foundation. All Rights Reserved.