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