Package sonia.scm.auditlog
Class AuditLogConfigurationStoreDecoratorFactory
java.lang.Object
sonia.scm.auditlog.AuditLogConfigurationStoreDecoratorFactory
- All Implemented Interfaces:
ConfigurationStoreDecoratorFactory,StoreDecoratorFactory
public class AuditLogConfigurationStoreDecoratorFactory
extends Object
implements ConfigurationStoreDecoratorFactory
-
Nested Class Summary
Nested classes/interfaces inherited from interface sonia.scm.store.StoreDecoratorFactory
StoreDecoratorFactory.Context -
Constructor Summary
ConstructorsConstructorDescriptionAuditLogConfigurationStoreDecoratorFactory(Set<Auditor> auditor, RepositoryDAO repositoryDAO) -
Method Summary
Modifier and TypeMethodDescription<T> ConfigurationStore<T>createDecorator(ConfigurationStore<T> object, StoreDecoratorFactory.Context context)
-
Constructor Details
-
AuditLogConfigurationStoreDecoratorFactory
@Inject public AuditLogConfigurationStoreDecoratorFactory(Set<Auditor> auditor, RepositoryDAO repositoryDAO)
-
-
Method Details
-
createDecorator
public <T> ConfigurationStore<T> createDecorator(ConfigurationStore<T> object, StoreDecoratorFactory.Context context) - Specified by:
createDecoratorin interfaceConfigurationStoreDecoratorFactory- Specified by:
createDecoratorin interfaceStoreDecoratorFactory
-