Package org.apache.accumulo.shell
Interface Shell.PrintLine
-
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
Shell.PrintFile,Shell.PrintShell
- Enclosing class:
- Shell
public static interface Shell.PrintLine extends AutoCloseable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()voidprint(String s)
-
-
-
Method Detail
-
print
void print(String s)
-
close
void close()
- Specified by:
closein interfaceAutoCloseable
-
-