public class PigCompletor
extends java.lang.Object
implements jline.Completor
Constructor and Description |
---|
PigCompletor() |
Modifier and Type | Method and Description |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates) |
static boolean |
loadCandidateKeywords(java.io.InputStream stream,
java.util.Set<java.lang.String> candidates) |
public static boolean loadCandidateKeywords(java.io.InputStream stream, java.util.Set<java.lang.String> candidates) throws java.io.IOException
java.io.IOException
public int complete(java.lang.String buffer, int cursor, java.util.List candidates)
complete
in interface jline.Completor
Copyright © 2007-2012 The Apache Software Foundation