| 程序包 | 说明 |
|---|---|
| com.blade.kit |
最常用的工具类集合
|
| 限定符和类型 | 方法和说明 |
|---|---|
static ShellKit.CommandResult |
ShellKit.execCommand(List<String> commands,
boolean isRoot,
boolean isNeedResultMsg) |
static ShellKit.CommandResult |
ShellKit.execCommand(String[] commands,
boolean isRoot,
boolean needResponse)
execute shell commands
result is -1, there maybe some excepiton. |
static ShellKit.CommandResult |
ShellKit.execCommand(String command,
boolean isRoot) |
static ShellKit.CommandResult |
ShellKit.execCommand(String command,
boolean isRoot,
boolean isNeedResultMsg) |
Copyright © 2016. All rights reserved.