-
public final class CrashReportPersisterHandles persistence of CrashReportData
-
-
Constructor Summary
Constructors Constructor Description CrashReportPersister()
-
Method Summary
Modifier and Type Method Description final CrashReportDataload(File file)Loads properties from the specified File.final <ERROR CLASS>store(CrashReportData crashData, File file)Stores the mappings in this Properties to the specified OutputStream, putting the specified comment at the beginning. -
-
Method Detail
-
load
final CrashReportData load(File file)
Loads properties from the specified
File.- Parameters:
file- Report file from which to load the CrashData.
-
store
final <ERROR CLASS> store(CrashReportData crashData, File file)
Stores the mappings in this Properties to the specified OutputStream, putting the specified comment at the beginning. The output from this method is suitable for being read by the load() method.
- Parameters:
crashData- CrashReportData to save.file- File into which to store the CrashReportData.
-
-
-
-