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<HarEntry> |
HarEntries.getEntries()
Returns the entries value.
|
Modifier and Type | Method and Description |
---|---|
void |
HarEntries.addEntry(HarEntry entry)
Add a new entry to the list
|
int |
HarEntry.compareTo(HarEntry o) |
void |
HarEntries.removeEntry(HarEntry entry)
Remove an entry from the list
|
Modifier and Type | Method and Description |
---|---|
void |
HarEntries.setEntries(java.util.List<HarEntry> entries)
Sets the entries value.
|
Copyright © 2011 Emmanuel Cecchet - University of Massachusetts - All Rights Reserved.