Executor/src/dorkbox/executor
Robinson 7a2bf000ad
version 3.14
2023-10-24 14:38:46 +02:00
..
exceptions Easier to access exitValue (java -> kotlin accessor) 2021-08-29 10:22:08 -06:00
listener Safer addition of shutdown hook 2023-06-07 23:57:53 +02:00
processResults Added Raw/Buffered async process output, so the data can be streamed in different ways if desired 2021-09-24 13:16:07 +02:00
stop created package-info in project 2021-04-18 23:42:37 +02:00
stream Wrapped possible exception in try/catch when checking stream availability 2022-01-18 14:39:11 +01:00
DeferredProcessResult.kt revert shutdown hook (it's part of .destroyOnExit()) 2023-06-07 23:57:25 +02:00
Executor.kt version 3.14 2023-10-24 14:38:46 +02:00
JvmExecOptions.kt Fixed error messages for when a single file source code file is used for java execution, and that file is ALSO on the classpath... 2022-01-20 16:14:14 +01:00
JvmHelper.kt Fixed JvmHelper to have passed in parameters for mac/windows, isntead of accessing via Executor class 2022-01-20 16:08:42 +01:00
LogHelper.kt Fixed issues with logging object arrays 2022-01-19 09:35:06 +01:00
PidHelper.kt comment polish 2021-08-29 10:30:33 -06:00
ProcessAttributes.kt Added more @Throws to methods 2021-01-26 22:18:49 +01:00
SshExecOptions.kt Tweaked timeout/timeoutUnit parameters (are now passed in via start() method calls). Fixed issues with launching JVM processes on macos 2022-01-20 00:08:35 +01:00
SshProcess.kt Write a CHANNEL_EOF message over SSH when closing SSH. 2021-04-11 19:23:06 +02:00
SuspendNotifier.kt Updated kotlin, fixed deprecated methods, updated libraries 2021-05-10 13:50:28 +02:00
package-info.java created package-info in project 2021-04-18 23:42:37 +02:00