Package sonia.scm.store
Interface ConfigurationStoreDecoratorFactory
- All Superinterfaces:
StoreDecoratorFactory
- All Known Implementing Classes:
AuditLogConfigurationStoreDecoratorFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface sonia.scm.store.StoreDecoratorFactory
StoreDecoratorFactory.Context
-
Method Summary
Modifier and TypeMethodDescription<T> ConfigurationStore<T>
createDecorator
(ConfigurationStore<T> object, StoreDecoratorFactory.Context context)
-
Method Details
-
createDecorator
<T> ConfigurationStore<T> createDecorator(ConfigurationStore<T> object, StoreDecoratorFactory.Context context) - Specified by:
createDecorator
in interfaceStoreDecoratorFactory
-