All Packages Class Hierarchy This Package Previous Next Index
Class com.cometway.jerminal.commands.setenv
com.cometway.jerminal.commands.JerminalCommand
|
+----com.cometway.jerminal.commands.setenv
- public class setenv
- extends JerminalCommand
This command displays and sets the environment variables of a jerminal session.
Synopsis:
setenv
This displays all the environment variables (in case sensitive alpha-numeric order).
setenv [variable name]
This displays the environment variable who's name is [variable name].
setenv [variable name] [value]
This sets the environment variable [variable name] to the value [value]. The old value is returned
by this call.
-
setenv(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
setenv
public setenv(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