All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.echo

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

public class echo
extends JerminalCommand
This command will echo whatever arguments you pass it.


Constructor Index

 o echo(JerminalSession)

Method Index

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

Constructors

 o echo
 public echo(JerminalSession j)

Methods

 o 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