Uses of Class
com.pnfsoftware.jeb.util.concurrent.ProcessWrapper
Packages that use ProcessWrapper
Package
Description
Types to access and interact with the
Android Debug Bridge
(adb).Types related to concurrency, synchronization, and external code execution.
-
Uses of ProcessWrapper in com.pnfsoftware.jeb.core.units.code.android.adb
Methods in com.pnfsoftware.jeb.core.units.code.android.adb that return ProcessWrapperModifier and TypeMethodDescriptionAdbWrapper.executeAsync
(Long timeout, Collection<String> arguments) Advanced method used to execute an ADB command with as much flexibility as needed.Advanced method used to execute a shell ADB command. -
Uses of ProcessWrapper in com.pnfsoftware.jeb.util.concurrent
Methods in com.pnfsoftware.jeb.util.concurrent that return ProcessWrapper