Package org.apache.accumulo.shell
Class Shell.PrintFile
- java.lang.Object
-
- org.apache.accumulo.shell.Shell.PrintFile
-
- All Implemented Interfaces:
AutoCloseable,Shell.PrintLine
- Enclosing class:
- Shell
public static class Shell.PrintFile extends Object implements Shell.PrintLine
-
-
Constructor Detail
-
PrintFile
public PrintFile(String filename) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-
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
-
-