Package com.helger.base.cleanup
Interface ICleanUpRegistrarSPI
- All Known Implementing Classes:
BaseCleanUpRegistrarSPI
@IsSPIInterface
public interface ICleanUpRegistrarSPI
Cleanup interface
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterCleanUpAction(@NonNull ICleanUpRegistry aRegistry) Register cleanup actions.
-
Method Details
-
registerCleanUpAction
Register cleanup actions.- Parameters:
aRegistry- The destination registry. Nevernull.
-