All Packages  Class Hierarchy  This Package  Previous  Next  Index
  Class com.cometway.jerminal.commands.clearHistory
com.cometway.jerminal.commands.JerminalCommand
   |
   +----com.cometway.jerminal.commands.clearHistory
  -  public class clearHistory
  
-  extends JerminalCommand
  
This command clears the command history in the current jerminal session. The history
 will start anew after the interpreter has evaluated the clearHistory command.
 Synopsis:
 clearHistory
  
  -  
	clearHistory(JerminalSession)
   -  
 
  
  -  
	evaluate(Vector)
   -   This method is called by the JerminalSession when it uses this command.
 
  
clearHistory
 public clearHistory(JerminalSession j)
  
evaluate
 public Object evaluate(Vector v)
  -  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