Uses of Interface
org.eclipse.jgit.internal.util.ShutdownHook.Listener
Packages that use ShutdownHook.Listener
-
Uses of ShutdownHook.Listener in org.eclipse.jgit.internal.util
Methods in org.eclipse.jgit.internal.util with parameters of type ShutdownHook.ListenerModifier and TypeMethodDescriptionboolean
ShutdownHook.register
(ShutdownHook.Listener l) Register object that needs cleanup during JVM shutdown if it is not already registered.boolean
ShutdownHook.unregister
(ShutdownHook.Listener l) Unregister object that no longer needs cleanup during JVM shutdown if it is still registered.