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