com.mycila.testing.core.util
Class ShutdownHook

java.lang.Object
  extended by com.mycila.testing.core.util.ShutdownHook

public final class ShutdownHook
extends Object

Author:
Mathieu Carbou (mathieu.carbou@gmail.com)

Method Summary
 void add(Closeable closeable)
           
static ShutdownHook get()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

add

public void add(Closeable closeable)

get

public static ShutdownHook get()


Copyright © 2008-2011 Mycila. All Rights Reserved.