public interface LegacySupport
| Modifier and Type | Method and Description | 
|---|---|
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.RepositorySystemSession getRepositorySession()
null if none.Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.