All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.history

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

public class history
extends JerminalCommand
This command displays what is in the current history.

Synopsis:

history


Constructor Index

 o history(JerminalSession)

Method Index

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

Constructors

 o history
 public history(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