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