| Package | Description |
|---|---|
| jetbrick.util |
| Modifier and Type | Method and Description |
|---|---|
static ShellUtils.Result |
ShellUtils.execute(File directory,
Map<String,String> envp,
String... command) |
static ShellUtils.Result |
ShellUtils.execute(String... command)
shell("ls", "-l")
|
static ShellUtils.Result |
ShellUtils.shell(String command)
shell("ls -l")
|
static ShellUtils.Result |
ShellUtils.shell(String command,
File directory,
Map<String,String> envp) |
Copyright © 2016 jetbrick. All rights reserved.