- getShell
Get Shell via #getCachedShell() or create new if required, returns via callback.
If #getCachedShell(
- rootAccess
Return whether the global shell has root access.
- close
- getCachedShell
Get a Shell instance from the global container, return null if no active shell
is stored in the cont
- newJob
Construct a new Job that will use the shell.
- su
Equivalent to #sh(String...) with root access check.
- execTask
Execute a Task with the shell. USE THIS METHOD WITH CAUTION! This method exposes
raw STDIN/STDOUT/ST
- getStatus
Get the status of the shell.
- isAlive
Return whether the Shell is still alive.
- isRoot
- setCachedShell
- sh
Create a Job with commands. By default a new List will be created internally to
store the output aft