@PublicApi
public interface BackingPropertySetManager
Modifier and Type | Method and Description |
---|---|
java.util.function.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> |
getPropertySetSupplier() |
void |
refresh()
refresh the underlying property set - this can also cause properties to be lost
if the PropertySet has not been written to a backing store
|
void |
switchBackingStore()
If the backing property set supports switching to different backing storage, then switch - otherwise noop
For now the switch is one way
|
java.util.function.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> getPropertySetSupplier()
Supplier
that references the underlying property setvoid refresh()
void switchBackingStore()
Copyright © 2002-2022 Atlassian. All Rights Reserved.