Interface Persistence


  • public interface Persistence
    This interface provides access to the functionality related to persistence.
    • Method Detail

      • preferences

        Preferences preferences()
        This method is used to access the functionality related to java preference store in a way that survives reloads of the extension and of Burp Suite.
        Returns:
        An implementation of the Preferences interface which stores data in a persistent way.
      • temporaryFile

        TemporaryFile temporaryFile()
        This method is used to access the functionality related to temporary files.
        Returns:
        An implementation of the TemporaryFile interface which exposes temporary file based functionality.