Package com.glitchybyte.glib.process
package com.glitchybyte.glib.process
Process utils for executing external applications.
Note that this package is OS dependant. It has been tested on macOS, Linux, and Windows.
But Windows needs an external app for proper signal (e.g., SIGINT) sending, if needed.
More information in GOSWindows.
-
ClassDescriptionSingleton instance of an OS interface.Specialization of GOSInterface for Linux and macOS.OS type.Specialization of GOSInterface for unknown OS.Specialization of GOSInterface for Windows.Console output collector for capturing an external process output.Process result.An encapsulation that represents and manages a system process.Process state.