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 |
---|---|
java.util.List<HarPage> |
HarPages.getPages()
Returns the pages value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarPages.addPage(HarPage page)
Add a new page to the list
|
void |
HarPages.removePage(HarPage page)
Remove a page from the list
|
Modifier and Type | Method and Description |
---|---|
void |
HarPages.setPages(java.util.List<HarPage> pages)
Sets the pages value.
|
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.