Package | Description |
---|---|
edu.umass.cs.benchlab.har |
Core classes of the HAR library (
HarLog is the top object representing a HAR file in memory) |
Modifier and Type | Method and Description |
---|---|
HarCreator |
HarLog.getCreator()
Returns the creator value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarLog.setCreator(HarCreator creator)
Sets the creator value.
|
Constructor and Description |
---|
HarLog(HarCreator creator)
Creates a new
HarLog version 1.2 |
HarLog(java.lang.String version,
HarCreator creator,
HarBrowser browser,
java.lang.String comment)
Creates a new
HarLog object |
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.