|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
true
if the specified
Process
was
successfully added to the list of processes to be destroy.
true
if the specified Process
was
successfully added to the list of processes to destroy upon VM exit.
ProcessExecutor.command(String...)
"mkdir new\ folder"
would be interpreted as
{"mkdir", "new\", "folder"}
command.
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessStopper
implementation that just invokes Process.destroy()
.Execute
to handle input and output stream of
subprocesses.InvalidResultException.getExitValue()
ProcessResult.getExitValue()
0
as the exit value for the process being executed.
StartedProcess.getFuture()
instead.
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ShutdownHookProcessDestroyer
.
DestroyProcessStopper
.
NopProcessStopper
.
MessageLogger
instances for various log levels.ProcessStopper
implementation that does nothing - it keeps the process running.StartedProcess.getProcess()
instead.
processLine
.
Process
after a certain event,
typically when the VM exitsProcessExecutor
instance.
ProcessExecutor
instance for the given program and its arguments.
ProcessExecutor
instance for the given program and its arguments.
ProcessExecutor
instance for the given program and its arguments.
PumpStreamHandler
.
PumpStreamHandler
.
PumpStreamHandler
.
PumpStreamHandler
.
readOutput
property.
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
ProcessExecutor.redirectError(OutputStream)
and Slf4jStream
redirectErrorStream
property.
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
ProcessExecutor.redirectOutput(OutputStream)
and Slf4jStream
true
if the specified
Process
was
successfully removed from the list of processes to be destroy.
true
if the specified Process
was
successfully removed from the list of processes to destroy upon VM exit.
InvalidResultException.getResult()
InputStream
from which to read the standard error
of the process.
OutputStream
by means of which input can be sent
to the process.
InputStream
from which to read the standard output
of the process.
Process
es when the VM exits.ProcessDestroyer
and obtains
Runtime.addShutdownHook()
and
Runtime.removeShutdownHook()
through reflection.
debug
level messages to a given Logger
.error
level messages to a given Logger
.info
level messages to a given Logger
.Logger
.Logger
s.trace
level messages to a given Logger
.warn
level messages to a given Logger
.ExecuteStreamHandler
from pumping the streams and closes them.Thread
s.
StandardProcessCloser
but only waits fixed period for the closing.TimeoutProcessCloser
.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |