Interface Persistence


public interface Persistence
Provides access to the persistence functionality.
  • Method Summary

    Modifier and Type
    Method
    Description
    Access data storage functionality in the Burp project.
    Access Java preference store functionality in a way that survives reloads of the extension and of Burp Suite.
  • Method Details

    • extensionData

      PersistedObject extensionData()
      Access data storage functionality in the Burp project. When Burp is started without a project file, the data is stored in memory.
      Returns:
      An implementation of the PersistedObject interface that stores data in either the project file or memory.
    • preferences

      Preferences preferences()
      Access Java preference store functionality in a way that survives reloads of the extension and of Burp Suite.
      Returns:
      An implementation of the Preferences interface that stores data in a persistent way.