java.lang.Object
io.xpipe.core.process.ShellDumbMode.Unsupported
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.xpipe.core.process.ShellDumbMode
ShellDumbMode.Unsupported -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprepareDumbExit(ShellControl shellControl) voidprepareDumbInit(ShellControl shellControl) prepareInlineDumbCommand(ShellControl self, ShellControl parent, ShellOpenFunction function) booleanvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.xpipe.core.process.ShellDumbMode
getSwitchDialect, prepareInlineShellSwitch
-
Constructor Details
-
Unsupported
-
-
Method Details
-
throwIfUnsupported
public void throwIfUnsupported()- Specified by:
throwIfUnsupportedin interfaceShellDumbMode
-
supportsAnyPossibleInteraction
public boolean supportsAnyPossibleInteraction()- Specified by:
supportsAnyPossibleInteractionin interfaceShellDumbMode
-
prepareInlineDumbCommand
public CommandBuilder prepareInlineDumbCommand(ShellControl self, ShellControl parent, ShellOpenFunction function) - Specified by:
prepareInlineDumbCommandin interfaceShellDumbMode
-
prepareDumbInit
- Specified by:
prepareDumbInitin interfaceShellDumbMode
-
prepareDumbExit
- Specified by:
prepareDumbExitin interfaceShellDumbMode
-