Package com.helger.base.cleanup
Class BaseCleanUpRegistrarSPI
java.lang.Object
com.helger.base.cleanup.BaseCleanUpRegistrarSPI
- All Implemented Interfaces:
ICleanUpRegistrarSPI
@IsSPIImplementation
public final class BaseCleanUpRegistrarSPI
extends Object
implements ICleanUpRegistrarSPI
SPI implementation that registers cleanup actions for base module singletons
and caches.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCleanUpAction(@NonNull ICleanUpRegistry aRegistry) Register cleanup actions.
-
Constructor Details
-
BaseCleanUpRegistrarSPI
public BaseCleanUpRegistrarSPI()
-
-
Method Details
-
registerCleanUpAction
Register cleanup actions.- Specified by:
registerCleanUpActionin interfaceICleanUpRegistrarSPI- Parameters:
aRegistry- The destination registry. Nevernull.
-