public class ProfileStore
extends java.lang.Object
Constructor and Description |
---|
ProfileStore() |
Modifier and Type | Method and Description |
---|---|
static void |
addReport(ProfileReport report)
Adds a new report
|
static ProfileReport |
findReport(long index)
Returns the report with the given index
|
static long |
generateId() |
static java.util.ArrayList<ProfileReport> |
getReports()
Returns the current reports
|
public static long generateId()
public static void addReport(ProfileReport report)
public static java.util.ArrayList<ProfileReport> getReports()
public static ProfileReport findReport(long index)