feat: java.lang.Process wrapper #12

Open
opened 2024-10-30 22:22:06 +01:00 by JeremyStarTM · 0 comments
Owner

Feature description

There are some cases where useful functionality regarding the Process class is not given. Writing a wrapper around java.lang.Process to provide improved functionality and better handling would be a nice thing in my opinion.

Feature implementation

A simple wrapper around java.lang.Process. A first feature we could provide is allowing the developer to print stdout and stderr to console using the engine logger directly.

Feature alternatives

No response

### Feature description There are some cases where useful functionality regarding the `Process` class is not given. Writing a wrapper around `java.lang.Process` to provide improved functionality and better handling would be a nice thing in my opinion. ### Feature implementation A simple wrapper around `java.lang.Process`. A first feature we could provide is allowing the developer to print `stdout` and `stderr` to console using the engine logger directly. ### Feature alternatives _No response_
JeremyStarTM added the
FeatureRequest
New
label 2024-10-30 22:22:06 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Reference: StarOpenSource/Engine#12
No description provided.