Class 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 the ProcessHandle API instead.
    Returns information about a Process
    • 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.