public class UpDownCompleter extends AbstractChoicesCompleter
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DOWN |
static java.lang.String |
UP |
| Constructor and Description |
|---|
UpDownCompleter() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
choices() |
completegetArgumentListpublic static final java.lang.String UP
public static final java.lang.String DOWN
public java.util.List<java.lang.String> choices()
choices in class AbstractChoicesCompleter