public class NullCompletor extends Object implements Completor
A completor that does nothing. Useful as the last item in an
ArgumentCompletor
.
Constructor and Description |
---|
NullCompletor() |
Modifier and Type | Method and Description |
---|---|
int |
complete(String buffer,
int cursor,
List<String> candidates)
Returns -1 always, indicating that the the buffer is never
handled.
|
Copyright © 2024. All rights reserved.