Package burp.api.montoya.persistence
Interface Persistence
public interface Persistence
Provides access to the functionality related to persistence.
-
Method Summary
Modifier and TypeMethodDescriptionAccess the functionality related to storing of data in the Burp project.Access the functionality related to java preference store in a way that survives reloads of the extension and of Burp Suite.
-
Method Details
-
extensionData
PersistedObject extensionData()Access the functionality related to storing of data in the Burp project. When Burp is started without a project file, the data will be stored in memory.- Returns:
- An implementation of the
PersistedObjectinterface which stores data in the project file or memory.
-
preferences
Preferences preferences()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.
-