All Packages Class Hierarchy This Package Previous Next Index
Class com.cometway.jerminal.commands.cd
com.cometway.jerminal.commands.JerminalCommand
|
+----com.cometway.jerminal.commands.UnixFileCommand
|
+----com.cometway.jerminal.commands.cd
- public class cd
- extends UnixFileCommand
This command allows you to change your current working directory.
Synopsis:
- cd
- This will change to your home directory, or what your home_directory variable is set to.
- cd [pathname]
- This will change your current working directory to the one specified by [pathname].
-
cd(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
cd
public cd(JerminalSession j) throws UnauthorizedAccessException
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