ExitHook

sbt.internal.util.ExitHook
See theExitHook companion object
trait ExitHook

Defines a function to call as sbt exits.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def runBeforeExiting(): Unit

Subclasses should implement this method, which is called when this hook is executed.

Subclasses should implement this method, which is called when this hook is executed.

Attributes