All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.exit

com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.exit

public class exit
extends JerminalCommand
This command causes the jerminal to stop accepting commands. System.exit() is not called, the Thread that reads commands from jerminal's InputStream is stopped. Synopsis:

exit


Constructor Index

 o exit(JerminalSession)

Method Index

 o evaluate(Vector)
This method is called by the JerminalSession when it uses this command.

Constructors

 o exit
 public exit(JerminalSession j)

Methods

 o evaluate
 public Object evaluate(Vector operands)
This method is called by the JerminalSession when it uses this command.

Overrides:
evaluate in class JerminalCommand

All Packages  Class Hierarchy  This Package  Previous  Next  Index