org.apache.hive.cli.beeline
Class OutputFile

java.lang.Object
  extended by org.apache.hive.cli.beeline.OutputFile

public class OutputFile
extends Object


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

Constructor Detail

OutputFile

public OutputFile(String filename)
           throws IOException
Throws:
IOException
Method Detail

toString

public String toString()
Overrides:
toString in class Object

addLine

public void addLine(String command)

println

public void println(String command)

print

public void print(String command)

close

public void close()
           throws IOException
Throws:
IOException


Copyright © 2013 The Apache Software Foundation