Class Overview
Manages the JLine shutdown-hook thread and tasks to execute on shutdown.
Summary
| Nested Classes |
|
interface |
ShutdownHooks.Task |
Essentially a Runnable which allows running to throw an exception. |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Constants
public
static
final
String
JLINE_SHUTDOWNHOOK
Constant Value:
"jline.shutdownhook"
Public Constructors
Public Methods
public
static
synchronized
T
add
(T task)