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


Constructor Index

 o clearHistory(JerminalSession)

Method Index

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

Constructors

 o clearHistory
 public clearHistory(JerminalSession j)

Methods

 o 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