A  B  C  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W 

S

set(int,E) - function in com.topjohnwu.superuser.CallbackList
 
set(int,E) - function in java.util.CallbackList
 
setBuilder(Shell.Builder) - function in com.topjohnwu.superuser.internal.MainShell
 
setCommands(Array) - function in com.topjohnwu.superuser.Shell.Builder
Set the commands that will be used to create a new {@code Shell}.
setCommands(Array) - function in com.topjohnwu.superuser.internal.BuilderImpl
Set the commands that will be used to create a new {@code Shell}.
setCommands(Array) - function in com.topjohnwu.superuser.BuilderImpl
Set the commands that will be used to create a new {@code Shell}.
setContext(Context) - function in com.topjohnwu.superuser.Shell.Builder
Set the Context to use when creating a shell.
setContext(Context) - function in com.topjohnwu.superuser.BuilderImpl
Set the Context to use when creating a shell.
setContext(Context) - function in com.topjohnwu.superuser.internal.Utils
 
setDefaultBuilder(Shell.Builder) - function in com.topjohnwu.superuser.Shell
Override the default Builder.
setFlags(int) - function in com.topjohnwu.superuser.Shell.Builder
Set flags to control how a new {@code Shell} will be constructed.
setFlags(int) - function in com.topjohnwu.superuser.internal.BuilderImpl
Set flags to control how a new {@code Shell} will be constructed.
setFlags(int) - function in com.topjohnwu.superuser.BuilderImpl
Set flags to control how a new {@code Shell} will be constructed.
setInitializers(Array) - function in com.topjohnwu.superuser.Shell.Builder
Set the desired Initializers.
setInitializers(Array) - function in com.topjohnwu.superuser.BuilderImpl
Set the desired Initializers.
setInitializersImpl(Array) - function in com.topjohnwu.superuser.internal.BuilderImpl
 
setStackTrace(Array) - function in java.lang.NoShellException
 
setTimeout(long) - function in com.topjohnwu.superuser.Shell.Builder
Set the maximum time to wait for shell verification.
setTimeout(long) - function in com.topjohnwu.superuser.internal.BuilderImpl
Set the maximum time to wait for shell verification.
setTimeout(long) - function in com.topjohnwu.superuser.BuilderImpl
Set the maximum time to wait for shell verification.
Shell - class in com.topjohnwu.superuser
A class providing APIs to an interactive Unix shell.
Shell.Builder - class in com.topjohnwu.superuser.Shell
Builder class for Shell instances.
Shell.GetShellCallback - class in com.topjohnwu.superuser.Shell
The callback used in getShell.
Shell.Initializer - class in com.topjohnwu.superuser.Shell
The initializer when a new {@code Shell} is constructed.
Shell.Job - class in com.topjohnwu.superuser.Shell
Represents a shell Job that could later be executed or submitted to background threads.
Shell.Result - class in com.topjohnwu.superuser.Shell
The result of a Job.
Shell.ResultCallback - class in com.topjohnwu.superuser.Shell
The callback to receive a result in submit.
Shell.Task - class in com.topjohnwu.superuser.Shell
A task that can be executed by a shell with the method execTask.
shellDied() - function in com.topjohnwu.superuser.Shell.Task
This method will be called when a shell is unable to execute this task.
ShellUtils - class in com.topjohnwu.superuser
Some handy utility methods that are used in {@code libsu}.
size() - function in com.topjohnwu.superuser.CallbackList
 
size() - function in java.util.CallbackList
 
sort(Comparator) - function in java.util.CallbackList
 
spliterator() - function in java.util.CallbackList
 
spliterator() - function in java.lang.CallbackList
 
stream() - function in java.util.CallbackList
 
subList(int,int) - function in java.util.CallbackList
 
submit() - function in com.topjohnwu.superuser.Shell.Job
Submit the job to an internal queue to run in the background.The result will be omitted.
submit(Shell.ResultCallback) - function in com.topjohnwu.superuser.Shell.Job
Submit the job to an internal queue to run in the background.The result will be returned with a callback running on the main thread.
submit(Executor,Shell.ResultCallback) - function in com.topjohnwu.superuser.Shell.Job
Submit the job to an internal queue to run in the background.The result will be returned with a callback executed by the provided executor.
submitTask(Shell.Task) - function in com.topjohnwu.superuser.Shell
Submits a low-level Task for execution in a queue of the shell.
A  B  C  E  F  G  H  I  L  M  N  O  P  R  S  T  U  V  W