@PublicApi
public interface BackingPropertySetManager
Modifier and Type | Method and Description |
---|---|
com.atlassian.util.concurrent.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
|
com.atlassian.util.concurrent.Supplier<? extends com.opensymphony.module.propertyset.PropertySet> getPropertySetSupplier()
Supplier
that references the underlying property setvoid refresh()
void switchBackingStore()
Copyright © 2002-2016 Atlassian. All Rights Reserved.