|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SystemExit
SystemExit is an interface used to abstract the System.exit call for testing purpose.
Method Summary | |
---|---|
void |
exit(int status)
Ask the java process to terminate |
Method Detail |
---|
void exit(int status)
status
- the exit status codeSystem.exit(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |