Constructors
Default constructor for Process.
Returns a snapshot of the direct children of the process.
Returns a snapshot of the descendants of the process.
abstract void
Kills the process forcibly.
Returns a
BufferedReader
connected to the standard error of the process.
Returns a
BufferedReader
connected to the standard error of this process using a Charset.
abstract int
Returns the exit value for the process.
Returns the input stream connected to the error output of the process.
Returns the input stream connected to the normal output of the process.
Returns the output stream connected to the normal input of the process.
Returns a snapshot of information about the process.
Returns a
BufferedReader
connected to the standard output of the process.
Returns a
BufferedReader
connected to the standard output of this process using a Charset.
boolean
Tests whether the process represented by this Process
is alive.
Returns a CompletableFuture<Process>
for the termination of the Process.
Returns a BufferedWriter
connected to the normal input of the process using the native encoding.
Returns a BufferedWriter
connected to the normal input of the process using a Charset.
long
Returns the native process ID of the process.
boolean
Returns
true
if the implementation of
destroy()
is to normally terminate the process, Returns
false
if the implementation of
destroy
forcibly and immediately terminates the process.
Returns a ProcessHandle for the Process.
abstract int
Causes the current thread to wait, if necessary, until the process represented by this Process
object has terminated.
boolean
Causes the current thread to wait, if necessary, until the process represented by this Process
object has terminated, or the specified waiting time elapses.
boolean
Causes the current thread to wait, if necessary, until the process represented by this Process
object has terminated, or the specified waiting duration elapses.
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4