All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.cometway.jerminal.commands.unsetenv

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

public class unsetenv
extends JerminalCommand
This command removes an environment variable. The only parameter that this command accepts is the variable name which to remove.

Synopsis:

unsetenv [variable name]


Constructor Index

 o unsetenv(JerminalSession)

Method Index

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

Constructors

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