All Packages Class Hierarchy This Package Previous Next Index
Class com.cometway.jerminal.commands.source
com.cometway.jerminal.commands.JerminalCommand
|
+----com.cometway.jerminal.commands.UnixFileCommand
|
+----com.cometway.jerminal.commands.source
- public class source
- extends UnixFileCommand
This command reads a file from the local file system and evaluates it line by line. The evaluated
command is printed out by the source command before it is evaluated.
Synopsis:
source [source file]
-
source(JerminalSession)
-
-
evaluate(Vector)
- This method is called by the JerminalSession when it uses this command.
source
public source(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