| Package | Description |
|---|---|
| pro.fessional.meepo.util |
| Modifier and Type | Field and Description |
|---|---|
static Eval.ArgType<Object> |
Eval.ArgType.Obj |
static Eval.ArgType<String> |
Eval.ArgType.Str |
| Modifier and Type | Method and Description |
|---|---|
abstract Eval.ArgType<? extends T> |
Eval.ArgType.forceStr() |
| Modifier and Type | Method and Description |
|---|---|
static <T> @NotNull List<T> |
Eval.parseArgs(CharSequence line,
Eval.ArgType<T> type)
按空白解析命令行,支持引号块和转义 "one\" arg"和数字解析。
支持,String,Long,Integer,Double,Float类型。
|
Copyright © 2020. All rights reserved.