org.apache.pig.tools.grunt
Class PigCompletor

java.lang.Object
  extended by org.apache.pig.tools.grunt.PigCompletor
All Implemented Interfaces:
jline.Completor

public class PigCompletor
extends Object
implements jline.Completor


Constructor Summary
PigCompletor()
           
 
Method Summary
 void addCandidateString(String candidateString)
           
 int complete(String buffer, int cursor, List candidates)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PigCompletor

public PigCompletor()
Method Detail

addCandidateString

public void addCandidateString(String candidateString)

complete

public int complete(String buffer,
                    int cursor,
                    List candidates)
Specified by:
complete in interface jline.Completor


Copyright © ${year} The Apache Software Foundation