Package net.hydromatic.morel
Class Main.SubShell
java.lang.Object
net.hydromatic.morel.Main.Shell
net.hydromatic.morel.Main.SubShell
- All Implemented Interfaces:
Session.Shell
- Enclosing class:
Main
Shell that is created via the
net.hydromatic.morel.compile.BuiltIn#INTERACT_USE) command.
Like a top-level shell, it can execute commands and handle errors. But its
input is a file, and its output is to the same output as its parent
shell.-
Field Summary
Fields inherited from class net.hydromatic.morel.Main.Shell
bindingMap, echoLines, env0, main, outLines -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.hydromatic.morel.Main.Shell
handle, run
-
Constructor Details
-
SubShell
-
-
Method Details
-
use
- Specified by:
usein interfaceSession.Shell- Overrides:
usein classMain.Shell
-
command
-
appendToOutput
-