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
public class KubeShell extends AeshDelegatingShell
-
-
Constructor Summary
Constructors Constructor Description KubeShell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()org.aesh.readline.terminal.Keyread()org.aesh.readline.terminal.Keyread(org.aesh.readline.Prompt prompt)StringreadLine()StringreadLine(org.aesh.readline.Prompt prompt)voidwrite(char out)voidwrite(int[] out)voidwrite(String out, boolean paging)voidwriteln(String out, boolean paging)-
Methods inherited from class org.infinispan.cli.impl.AeshDelegatingShell
getConnection
-
Methods inherited from class org.aesh.readline.ShellImpl
enableAlternateBuffer, enableMainBuffer, size
-
-
-
-
Constructor Detail
-
KubeShell
public KubeShell() throws IOException- Throws:
IOException
-
-
Method Detail
-
write
public void write(String out, boolean paging)
- Specified by:
writein interfaceorg.aesh.command.shell.Shell- Overrides:
writein classorg.aesh.readline.ShellImpl
-
writeln
public void writeln(String out, boolean paging)
- 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
public String readLine()
- Specified by:
readLinein interfaceorg.aesh.command.shell.Shell- Overrides:
readLinein classorg.aesh.readline.ShellImpl
-
readLine
public String readLine(org.aesh.readline.Prompt prompt)
- 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
-
-