public class ProcessQuery extends Object
| Constructor and Description |
|---|
ProcessQuery(String command,
String argument)
Constructs a new instance with the given command and argument.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getArgument()
Gets the arguments of the process to query.
|
String |
getCommand()
Gets the command of the process to query.
|