public class Grunt
extends java.lang.Object
Constructor and Description |
---|
Grunt(java.io.BufferedReader in,
PigContext pigContext) |
Modifier and Type | Method and Description |
---|---|
void |
checkScript(java.lang.String scriptFile) |
int[] |
exec() |
void |
run() |
void |
setConsoleReader(jline.ConsoleReader c) |
public Grunt(java.io.BufferedReader in, PigContext pigContext) throws ExecException
ExecException
public void setConsoleReader(jline.ConsoleReader c)
public void run()
public int[] exec() throws java.lang.Throwable
java.lang.Throwable
public void checkScript(java.lang.String scriptFile) throws java.lang.Throwable
java.lang.Throwable
Copyright © 2007-2012 The Apache Software Foundation