Package 

Class CrashReportPersister

    • Method Summary

      Modifier and Type Method Description
      final CrashReportData load(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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CrashReportPersister

        CrashReportPersister()
    • 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.