java.lang.Object
io.xpipe.core.process.ShellInitCommand.Simple
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xpipe.core.process.ShellInitCommand
ShellInitCommand.Simple, ShellInitCommand.Terminal -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidrunDumb(ShellControl shellControl) booleanbooleanterminalContent(ShellControl shellControl)
-
Constructor Details
-
Simple
-
-
Method Details
-
runDumb
- Specified by:
runDumbin interfaceShellInitCommand- Throws:
Exception
-
terminalContent
- Specified by:
terminalContentin interfaceShellInitCommand
-
runInDumb
public boolean runInDumb()- Specified by:
runInDumbin interfaceShellInitCommand
-
runInTerminal
public boolean runInTerminal()- Specified by:
runInTerminalin interfaceShellInitCommand
-