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