Package burp.api.montoya.persistence
Interface Persistence
-
public interface PersistenceThis interface provides access to the functionality related to persistence.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Preferencespreferences()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.TemporaryFiletemporaryFile()This method is used to access the functionality related to temporary files.
-
-
-
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
Preferencesinterface 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
TemporaryFileinterface which exposes temporary file based functionality.
-
-