org.deduced.utilities
Class SystemExitImplementation

java.lang.Object
  extended by org.deduced.utilities.SystemExitImplementation
All Implemented Interfaces:
SystemExit

public class SystemExitImplementation
extends java.lang.Object
implements SystemExit

System Exit Implementation. Implements the actual call to System.exit();

Author:
Steve McDuff

Constructor Summary
SystemExitImplementation()
           
 
Method Summary
 void exit(int status)
          (non-Javadoc)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemExitImplementation

public SystemExitImplementation()
Method Detail

exit

public void exit(int status)
(non-Javadoc)

Specified by:
exit in interface SystemExit
Parameters:
status - the exit status code
See Also:
SystemExit.exit(int)