Package io.smallrye.common.os
Class ProcessInfo
- java.lang.Object
-
- io.smallrye.common.os.ProcessInfo
-
@Deprecated(since="2.4", forRemoval=true) public class ProcessInfo extends Object
Deprecated, for removal: This API element is subject to removal in a future version.Use theProcessHandleAPI instead.Returns information about a Process
-
-
Constructor Summary
Constructors Constructor Description ProcessInfo(long id, String command)Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetCommand()Deprecated, 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 Detail
-
ProcessInfo
public ProcessInfo(long id, String command)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getId
public long getId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCommand
public String getCommand()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-