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