Class RegexSetting
java.lang.Object
gg.xp.xivsupport.persistence.settings.ObservableSetting
gg.xp.xivsupport.persistence.settings.RegexSetting
- All Implemented Interfaces:
Resettable
-
Constructor Summary
ConstructorDescriptionRegexSetting
(PersistenceProvider persistence, String settingKey, Pattern dflt) -
Method Summary
Methods inherited from class gg.xp.xivsupport.persistence.settings.ObservableSetting
addAndRunListener, addListener, notifyListeners, removeListener
-
Constructor Details
-
RegexSetting
-
-
Method Details
-
get
-
getDefault
-
set
-
resetToDefault
public void resetToDefault() -
isSet
public boolean isSet()- Specified by:
isSet
in interfaceResettable
-
delete
public void delete()- Specified by:
delete
in interfaceResettable
-