-
@ExperimentalCoroutinesApi() public final class SystemProcess extends Process
-
-
Constructor Summary
Constructors Constructor Description SystemProcess(Integer vPID, String command, List<String> arguments, Map<String, String> environment, File directory, ReceiveChannel<ByteReadPacket> stdin, SendChannel<ByteReadPacket> stdout, SendChannel<ByteReadPacket> stderr, CoroutineScope scope, Integer systemProcessInputStreamBufferSize)
-
Method Summary
-
-
Constructor Detail
-
SystemProcess
SystemProcess(Integer vPID, String command, List<String> arguments, Map<String, String> environment, File directory, ReceiveChannel<ByteReadPacket> stdin, SendChannel<ByteReadPacket> stdout, SendChannel<ByteReadPacket> stderr, CoroutineScope scope, Integer systemProcessInputStreamBufferSize)
-
-
Method Detail
-
getCommand
final String getCommand()
-
getArguments
final List<String> getArguments()
-
getEnvironment
final Map<String, String> getEnvironment()
-
getDirectory
final File getDirectory()
-
-
-
-