Package io.smallrye.common.os
Class ProcessInfo
java.lang.Object
io.smallrye.common.os.ProcessInfo
Deprecated, for removal: This API element is subject to removal in a future version.
Returns information about a Process
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInfo(long id, String command) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.longgetId()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
ProcessInfo
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getId
public long getId()Deprecated, for removal: This API element is subject to removal in a future version. -
getCommand
Deprecated, for removal: This API element is subject to removal in a future version.
-
ProcessHandleAPI instead.