| Package | Description | 
|---|---|
| edu.umass.cs.benchlab.har | Core classes of the HAR library ( HarLogis the top object representing a HAR file in memory) | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<HarTimeStamp> | HarTimeStamps. getPages()Returns the pages value. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HarTimeStamps. addTimeStamp(HarTimeStamp pageTiming)Add a new page to the list | 
| void | HarTimeStamps. removeTimeStamp(HarTimeStamp pageTiming)Remove a page from the list | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HarTimeStamps. setPages(java.util.List<HarTimeStamp> pageTimings)Sets the pages value. | 
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.