| Package | Description |
|---|---|
| pro.fessional.mirana.io |
| Modifier and Type | Method and Description |
|---|---|
static Exec.Std |
Exec.Std.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Exec.Std[] |
Exec.Std.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static int |
Exec.run(File workDir,
BiConsumer<Exec.Std,String> handler,
List<String> cmd)
sync execute some commands
|
static int |
Exec.run(File workDir,
BiConsumer<Exec.Std,String> handler,
String... cmd)
sync execute some commands
|
static int |
Exec.run(ProcessBuilder builder,
BiConsumer<Exec.Std,String> handler)
sync execute some commands
|
Copyright © 2023. All rights reserved.