| Package | Description |
|---|---|
| pro.fessional.meepo.util |
| Modifier and Type | Field and Description |
|---|---|
static Eval.ArgType<Object> |
Eval.ArgType.Obj
Auto parsed into supported objects: Number, Boolean, RefStr
|
static Eval.ArgType<Eval.RefStr> |
Eval.ArgType.Ref |
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)
Parses command line by whitespace, supports quote blocks, escaping "one\" arg" and number parsing.
|
Copyright © 2024. All rights reserved.