Package com.topjohnwu.superuser
package com.topjohnwu.superuser
-
ClassDescriptionCallbackList<E>An
AbstractList
that callsonAddElement
when a new element is added to the list.Thrown when it is impossible to constructShell
.A class providing APIs to an interactive Unix shell.Builder class forShell
instances.The callback used inShell.getShell(GetShellCallback)
.The initializer when a newShell
is constructed.Represents a shell Job that could later be executed or submitted to background threads.The result of aShell.Job
.The callback to receive a result inShell.Job.submit(Shell.ResultCallback)
.A task that can be executed by a shell with the methodShell.execTask(Task)
.Some handy utility methods that are used inlibsu
.