|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ExecutionDataWriter.visitSessionInfo(SessionInfo info)
|
void |
ISessionInfoVisitor.visitSessionInfo(SessionInfo info)
Provides session information for the subsequent execution data calls. |
void |
SessionInfoStore.visitSessionInfo(SessionInfo info)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||