Package burp.api.montoya.persistence
Interface Preferences
-
- All Superinterfaces:
DeleteSupport,KeySupport,PrimitivesSupport
public interface Preferences extends PrimitivesSupport, KeySupport, DeleteSupport
This interface represents an instance of a class that allows data to be stored and accessed from the java preference store. It has support for primitives.
-
-
Method Summary
-
Methods inherited from interface burp.api.montoya.persistence.support.DeleteSupport
delete
-
Methods inherited from interface burp.api.montoya.persistence.support.KeySupport
listKeys
-
Methods inherited from interface burp.api.montoya.persistence.support.PrimitivesSupport
getBoolean, getByte, getInteger, getLong, getShort, getString, setBoolean, setByte, setInteger, setLong, setShort, setString
-
-