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
  
  -  
	exit(JerminalSession)
   -  
 
  
  -  
	evaluate(Vector)
   -   This method is called by the JerminalSession when it uses this command.
 
  
exit
 public exit(JerminalSession j)
  
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