Package sonia.scm.store
Interface StoreDecoratorFactory
- All Known Subinterfaces:
ConfigurationStoreDecoratorFactory
- All Known Implementing Classes:
AuditLogConfigurationStoreDecoratorFactory
public interface StoreDecoratorFactory
-
Nested Class Summary
Nested Classes -
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)
-