public class ProcessQuery
extends java.lang.Object
构造器和说明 |
---|
ProcessQuery(java.lang.String command,
java.lang.String argument)
Constructs a new instance with the given command and argument.
|
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getArgument()
Gets the arguments of the process to query.
|
java.lang.String |
getCommand()
Gets the command of the process to query.
|