Package org.apache.accumulo.shell
Class Shell.PrintShell
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.PrintShell
-
- All Implemented Interfaces:
AutoCloseable,Shell.PrintLine
- Enclosing class:
- Shell
public static class Shell.PrintShell extends Object implements Shell.PrintLine
-
-
Constructor Summary
Constructors Constructor Description PrintShell(org.jline.reader.LineReader reader)
-
-
-
Method Detail
-
print
public void print(String s)
- Specified by:
printin interfaceShell.PrintLine
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceShell.PrintLine
-
-