org.apache.pig.tools.grunt
Class Grunt

java.lang.Object
  extended by org.apache.pig.tools.grunt.Grunt

public class Grunt
extends Object


Constructor Summary
Grunt(BufferedReader in, PigContext pigContext)
           
 
Method Summary
 int[] exec()
           
 void run()
           
 void setConsoleReader(jline.ConsoleReader c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Grunt

public Grunt(BufferedReader in,
             PigContext pigContext)
      throws ExecException
Throws:
ExecException
Method Detail

setConsoleReader

public void setConsoleReader(jline.ConsoleReader c)

run

public void run()

exec

public int[] exec()
           throws Throwable
Throws:
Throwable


Copyright © ${year} The Apache Software Foundation