public static class CommandType.Token extends Object implements Comparable<CommandType.Token>
| Modifier and Type | Field and Description |
|---|---|
Class<? extends jline.Completor> |
completor |
String |
help |
int |
index |
boolean |
isRequired |
String |
name |
CommandType.Setter |
setter |
| Constructor and Description |
|---|
Token() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CommandType.Token o) |
boolean |
isArgument() |
public int index
public boolean isRequired
public CommandType.Setter setter
public Token()
public boolean isArgument()
public int compareTo(CommandType.Token o)
compareTo in interface Comparable<CommandType.Token>Copyright © 2019 Nuxeo. All rights reserved.