|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LegacySupport
Helps to provide backward-compatibility with plugins that use legacy components. Warning: This is an internal utility interface that is only public for technical reasons, it is not part of the public API. In particular, this interface can be changed or deleted without prior notice.
Method Summary | |
---|---|
RepositorySystemSession |
getRepositorySession()
Gets the currently active repository session. |
MavenSession |
getSession()
Gets the currently active session. |
void |
setSession(MavenSession session)
Sets the currently active session. |
Method Detail |
---|
void setSession(MavenSession session)
session
- The currently active session, may be null
.MavenSession getSession()
null
if none.RepositorySystemSession getRepositorySession()
null
if none.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |