| 程序包 | 说明 |
|---|---|
| build.max.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 workdir,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
static CommandUtils.ExecResult |
CommandUtils.exec(String cmd,
ICommandStream infoStream,
ICommandStream errStream)
执行command.
|
Copyright © 2021. All rights reserved.