java.lang.Object
dev.metaschema.core.util.DeleteOnShutdown
Used to perform cleanup on shutdown.
-
Method Summary
-
Method Details
-
register
Register a new path to be deleted on JVM termination.If the path is a directory, then its contents will also be deleted.
- Parameters:
path- the path to delete
-