Package | Description |
---|---|
lazyj.commands |
Modifier and Type | Method and Description |
---|---|
static CommandOutput |
SystemCommand.bash(java.lang.String command)
Have the command executed via a bash interpreter
|
static CommandOutput |
SystemCommand.bash(java.lang.String command,
boolean bRedirectStderr)
Have the command executed via a bash interpreter
|
static CommandOutput |
SystemCommand.executeCommand(java.util.List<java.lang.String> command)
Execute the given command
|
static CommandOutput |
SystemCommand.executeCommand(java.util.List<java.lang.String> command,
boolean bRedirectStderr)
Execute the given command, optionally redirecting the stderr to stdout
|