public class ExecFileLoader extends Object
ExecutionDataStore
and a SessionInfoStore
.Constructor and Description |
---|
ExecFileLoader()
New instance to combine session infos and execution data from multiple
files.
|
Modifier and Type | Method and Description |
---|---|
ExecutionDataStore |
getExecutionDataStore()
Returns the execution data store with data for all loaded classes.
|
SessionInfoStore |
getSessionInfoStore()
Returns the session info store with all loaded sessions.
|
void |
load(File file)
Reads all data from given input stream.
|
void |
load(InputStream stream)
Reads all data from given input stream.
|
public ExecFileLoader()
public void load(InputStream stream) throws IOException
stream
- Stream to read data fromIOException
- in case of problems while reading from the streampublic void load(File file) throws IOException
file
- file to read data fromIOException
- in case of problems while reading from the streampublic SessionInfoStore getSessionInfoStore()
public ExecutionDataStore getExecutionDataStore()
Copyright © 2013. All Rights Reserved.