de.kappich.tools.sleep.main
Class Sleep

java.lang.Object
  extended by de.kappich.tools.sleep.main.Sleep

public class Sleep
extends Object

Programm, das eine vorgegebene Zeit schläft und sich dann beendet. Die Wartezeit kann mit dem Aufrufparameter -pause= angegeben werden. Defaultwert ist -pause=2s500ms.

Author:
Kappich Systemberatung

Field Summary
private static Debug _debug
           
 
Constructor Summary
Sleep()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_debug

private static Debug _debug
Constructor Detail

Sleep

public Sleep()
Method Detail

main

public static void main(String[] args)