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 TypeMethodDescriptionbooleanShutdownHook.register(ShutdownHook.Listener l) Register object that needs cleanup during JGit shutdown if it is not already registered.booleanShutdownHook.unregister(ShutdownHook.Listener l) Unregister object that no longer needs cleanup during JGit shutdown if it is still registered.