Uses of Class
org.jgrapes.io.events.StartProcess
Package
Description
Provides the events used by the I/O related components.
Classes for managing processes.
-
Uses of StartProcess in org.jgrapes.io.events
Modifier and TypeMethodDescriptionSets the working directory for the process.StartProcess.environment
(String key, String value) Sets a single value in the environment of the process to be created, seeenvironment(Map)
.StartProcess.environment
(Map<String, String> environment) Sets the environment for the process to be created.ProcessExited.startedBy()
Returns the event that started the terminated process.ProcessStarted.startEvent()
Returns the event that started the process.ModifierConstructorDescriptionProcessExited
(StartProcess startedBy, int exitValue) Instantiates a new event.ProcessStarted
(StartProcess startEvent) Instantiates a new event. -
Uses of StartProcess in org.jgrapes.io.process
Modifier and TypeMethodDescriptionProcessManager.ProcessChannel.startEvent()
Return the event that caused this channel to be created.Modifier and TypeMethodDescriptionvoid
ProcessManager.onStartProcess
(StartProcess event) Start a new process using the data from the event.