public class NullCompletor extends Object implements Completor
A completor that does nothing. Useful as the last item in an ArgumentCompletor.
ArgumentCompletor
NullCompletor()
int
complete(String buffer, int cursor, List candidates)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NullCompletor()
public int complete(String buffer, int cursor, List candidates)
complete
Completor
buffer
candidates
List
Copyright © 2002–2013. All rights reserved.