| 程序包 | 说明 |
|---|---|
| com.bpfaas.common.utils |
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandUtils.ExecResult |
CommandUtils.exec(String[] cmdarray,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
static CommandUtils.ExecResult |
CommandUtils.exec(String[] cmdarray,
String[] envp,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
static CommandUtils.ExecResult |
CommandUtils.exec(String[] cmdarray,
String[] envp,
String dir,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
static CommandUtils.ExecResult |
CommandUtils.exec(String cmd,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
Copyright © 2020. All rights reserved.