Package org.infinispan.cli.impl
Class KubeShell
java.lang.Object
org.aesh.readline.ShellImpl
org.infinispan.cli.impl.AeshDelegatingShell
org.infinispan.cli.impl.KubeShell
- All Implemented Interfaces:
org.aesh.command.shell.Shell
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.infinispan.cli.impl.AeshDelegatingShell
getConnectionMethods inherited from class org.aesh.readline.ShellImpl
enableAlternateBuffer, enableMainBuffer, read, sizeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aesh.command.shell.Shell
readLine, write, writeln
-
Constructor Details
-
KubeShell
- Throws:
IOException
-
-
Method Details
-
write
- Specified by:
writein interfaceorg.aesh.command.shell.Shell- Overrides:
writein classorg.aesh.readline.ShellImpl
-
writeln
- Specified by:
writelnin interfaceorg.aesh.command.shell.Shell- Overrides:
writelnin classorg.aesh.readline.ShellImpl
-
write
public void write(int[] out) - Specified by:
writein interfaceorg.aesh.command.shell.Shell- Overrides:
writein classorg.aesh.readline.ShellImpl
-
write
public void write(char out) - Specified by:
writein interfaceorg.aesh.command.shell.Shell- Overrides:
writein classorg.aesh.readline.ShellImpl
-
readLine
- Specified by:
readLinein interfaceorg.aesh.command.shell.Shell- Overrides:
readLinein classorg.aesh.readline.ShellImpl
-
readLine
- Specified by:
readLinein interfaceorg.aesh.command.shell.Shell- Overrides:
readLinein classorg.aesh.readline.ShellImpl
-
read
public org.aesh.readline.terminal.Key read()- Specified by:
readin interfaceorg.aesh.command.shell.Shell- Overrides:
readin classorg.aesh.readline.ShellImpl
-
read
public org.aesh.readline.terminal.Key read(org.aesh.readline.Prompt prompt) - Specified by:
readin interfaceorg.aesh.command.shell.Shell- Overrides:
readin classorg.aesh.readline.ShellImpl
-
clear
public void clear()- Specified by:
clearin interfaceorg.aesh.command.shell.Shell- Overrides:
clearin classorg.aesh.readline.ShellImpl
-