org.apache.accumulo.core.util.shell
Class Shell.PrintFile

java.lang.Object
  extended by org.apache.accumulo.core.util.shell.Shell.PrintFile
All Implemented Interfaces:
Shell.PrintLine
Enclosing class:
Shell

public static class Shell.PrintFile
extends Object
implements Shell.PrintLine


Constructor Summary
Shell.PrintFile(String filename)
           
 
Method Summary
 void close()
           
 void print(String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell.PrintFile

public Shell.PrintFile(String filename)
                throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

print

public void print(String s)
Specified by:
print in interface Shell.PrintLine

close

public void close()
Specified by:
close in interface Shell.PrintLine


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.