A
B
C
E
F
G
H
I
L
M
N
O
P
R
S
T
U
V
W
E
- enqueue() - function in com.topjohnwu.superuser.Shell.Job
- Submit the job to an internal queue to run in the background.
- equals(Object) - function in java.util.CallbackList
- err(Throwable) - function in com.topjohnwu.superuser.internal.Utils
- err(String,Throwable) - function in com.topjohnwu.superuser.internal.Utils
- escapedString(String) - function in com.topjohnwu.superuser.ShellUtils
- Format string to quoted and escaped string suitable for shell commands.
- ex(Throwable) - function in com.topjohnwu.superuser.internal.Utils
- exec() - function in com.topjohnwu.superuser.Shell.Job
- Execute the job immediately and returns the result.
- execTask(Shell.Task) - function in com.topjohnwu.superuser.Shell
- Execute a low-level Task using the shell.