Package com.topjohnwu.superuser
See: Description
-
Class Summary Class Description ShellUtils Some handy utility methods that are used in {@code libsu}.NoShellException Thrown when it is impossible to construct {@code Shell}.Builder Builder class for Shell instances. Result The result of a Job. Job Represents a shell Job that could later be executed or submitted to background threads. Initializer The initializer when a new {@code Shell}is constructed.Shell A class providing APIs to an interactive Unix shell. CallbackList An AbstractList that calls {@code onAddElement}when a new element is added to the list. -
Interface Summary Interface Description Task A task that can be executed by a shell with the method execTask. GetShellCallback The callback used in getShell. ResultCallback The callback to receive a result in submit.