Uses of Interface
org.sonatype.aether.SessionData

Packages that use SessionData
org.sonatype.aether   
org.sonatype.aether.test.impl   
org.sonatype.aether.util   
 

Uses of SessionData in org.sonatype.aether
 

Methods in org.sonatype.aether that return SessionData
 SessionData RepositorySystemSession.getData()
          Gets the custom data associated with this session.
 

Uses of SessionData in org.sonatype.aether.test.impl
 

Methods in org.sonatype.aether.test.impl that return SessionData
 SessionData TestRepositorySystemSession.getData()
           
 

Uses of SessionData in org.sonatype.aether.util
 

Classes in org.sonatype.aether.util that implement SessionData
 class DefaultSessionData
          A simple session data storage backed by a ConcurrentHashMap.
 

Methods in org.sonatype.aether.util that return SessionData
 SessionData DefaultRepositorySystemSession.getData()
           
 SessionData FilterRepositorySystemSession.getData()
           
 

Methods in org.sonatype.aether.util with parameters of type SessionData
 DefaultRepositorySystemSession DefaultRepositorySystemSession.setData(SessionData data)
           
 



Copyright © 2010 Sonatype, Inc.. All Rights Reserved.