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

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

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


Constructor Summary
Shell.PrintShell(jline.ConsoleReader reader)
           
 
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.PrintShell

public Shell.PrintShell(jline.ConsoleReader reader)
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 © 2014 The Apache Software Foundation. All Rights Reserved.