public class CliToken extends Object
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<CliToken> |
__TYPE_ARG |
| Constructor and Description |
|---|
CliToken(io.vertx.ext.shell.cli.CliToken delegate) |
| Modifier and Type | Method and Description |
|---|---|
static CliToken |
createBlank(String blank)
Create a new blank token.
|
static CliToken |
createText(String text)
Create a text token.
|
boolean |
equals(Object o) |
io.vertx.ext.shell.cli.CliToken |
getDelegate() |
int |
hashCode() |
boolean |
isBlank() |
boolean |
isText() |
static CliToken |
newInstance(io.vertx.ext.shell.cli.CliToken arg) |
String |
raw() |
static List<CliToken> |
tokenize(String s)
Tokenize the string argument and return a list of tokens.
|
String |
toString() |
String |
value() |
public io.vertx.ext.shell.cli.CliToken getDelegate()
public static CliToken createText(String text)
text - the textpublic static CliToken createBlank(String blank)
blank - the blank valuepublic String value()
public String raw()
public boolean isText()
public boolean isBlank()
public static List<CliToken> tokenize(String s)
s - the tokenized stringpublic static CliToken newInstance(io.vertx.ext.shell.cli.CliToken arg)
Copyright © 2020. All rights reserved.