public class DefaultNutsProcessInfo extends Object implements NutsProcessInfo
| Constructor and Description |
|---|
DefaultNutsProcessInfo(String id,
String name,
String title,
String commandLine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine() |
String |
getName() |
String |
getPid() |
String |
getTitle() |
public String getPid()
getPid in interface NutsProcessInfopublic String getName()
getName in interface NutsProcessInfopublic String getTitle()
getTitle in interface NutsProcessInfopublic String getCommandLine()
getCommandLine in interface NutsProcessInfoCopyright © 2021 vpc open source initiative. All rights reserved.