Package org.infinispan.cli.impl
Class CliShell
- java.lang.Object
-
- org.aesh.readline.ShellImpl
-
- org.infinispan.cli.impl.AeshDelegatingShell
-
- org.infinispan.cli.impl.CliShell
-
- All Implemented Interfaces:
org.aesh.command.shell.Shell
public class CliShell extends AeshDelegatingShell
- Since:
- 14.0
-
-
Constructor Summary
Constructors Constructor Description CliShell()
-
Method Summary
-
Methods inherited from class org.infinispan.cli.impl.AeshDelegatingShell
getConnection
-
Methods inherited from class org.aesh.readline.ShellImpl
clear, enableAlternateBuffer, enableMainBuffer, read, read, readLine, readLine, size, write, write, write, writeln
-
-
-
-
Constructor Detail
-
CliShell
public CliShell() throws IOException- Throws:
IOException
-
-