public class ProcessQuery extends Object
| Constructor and Description |
|---|
ProcessQuery(@NonNull String command,
@NonNull String argument)
Constructs a new instance with the given command and argument.
|
| Modifier and Type | Method and Description |
|---|---|
@NonNull String |
getArgument()
Gets the arguments of the process to query.
|
@NonNull String |
getCommand()
Gets the command of the process to query.
|
@NonNull String |
toString() |
Copyright © 2022 - present; JODConverter. All rights reserved.