vm - the JDI's VirtualMachine
process - the external Process
JdiDefaultExecutionControl.JdiStarterpublic static record JdiDefaultExecutionControl.JdiStarter.TargetDescription(VirtualMachine vm, Process process) extends Record
| Constructor | Description |
|---|---|
TargetDescription |
Creates an instance of a TargetDescription record class. |
| Modifier and Type | Method | Description |
|---|---|---|
final boolean |
equals |
Indicates whether some other object is "equal to" this one. |
final int |
hashCode() |
Returns a hash code value for this object. |
Process |
process() |
Returns the value of the process record component. |
final String |
toString() |
Returns a string representation of this record class. |
VirtualMachine |
vm() |
Returns the value of the vm record component. |
public final boolean equals(Object o)
Objects::equals(Object,Object).
© 1993, 2025, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/25/docs/api/jdk.jshell/jdk/jshell/execution/JdiDefaultExecutionControl.JdiStarter.TargetDescription.html