Uses of Class
org.jacoco.core.data.SessionInfo

Packages that use SessionInfo
org.jacoco.core.data Representation and persistence of execution data and session information. 
 

Uses of SessionInfo in org.jacoco.core.data
 

Methods in org.jacoco.core.data that return SessionInfo
 SessionInfo SessionInfoStore.getMerged(String id)
          Returns a new session info with the given id that contains a merged version from all contained version.
 

Methods in org.jacoco.core.data that return types with arguments of type SessionInfo
 List<SessionInfo> SessionInfoStore.getInfos()
          Returns all SessionInfo objects currently contained in the store.
 

Methods in org.jacoco.core.data with parameters of type SessionInfo
 int SessionInfo.compareTo(SessionInfo other)
           
 void SessionInfoStore.visitSessionInfo(SessionInfo info)
           
 void ISessionInfoVisitor.visitSessionInfo(SessionInfo info)
          Provides session information for the subsequent execution data calls.
 void ExecutionDataWriter.visitSessionInfo(SessionInfo info)
           
 



Copyright © 2009-2012 Mountainminds GmbH & Co. KG. All Rights Reserved.