o

sbt.internal.util

ExitHooks

object ExitHooks

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExitHooks
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def runExitHooks(exitHooks: Seq[ExitHook]): Seq[Throwable]

    Calls each registered exit hook, trapping any exceptions so that each hook is given a chance to run.