public class LaunchRequestArguments
extends java.lang.Object
Constructor and Description |
---|
LaunchRequestArguments() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
get__restart()
Optional data from the previous, restarted session.
|
java.lang.Boolean |
getNoDebug()
If noDebug is true the launch request should launch the program without enabling debugging.
|
int |
hashCode() |
void |
set__restart(java.lang.Object __restart)
Optional data from the previous, restarted session.
|
void |
setNoDebug(java.lang.Boolean noDebug)
If noDebug is true the launch request should launch the program without enabling debugging.
|
java.lang.String |
toString() |
@Pure public java.lang.Boolean getNoDebug()
This is an optional property.
public void setNoDebug(java.lang.Boolean noDebug)
This is an optional property.
@Pure public java.lang.Object get__restart()
The data is sent as the 'restart' attribute of the 'terminated' event.
The client should leave the data intact.
This is an optional property.
public void set__restart(java.lang.Object __restart)
The data is sent as the 'restart' attribute of the 'terminated' event.
The client should leave the data intact.
This is an optional property.
@Pure public java.lang.String toString()
toString
in class java.lang.Object
@Pure public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
@Pure public int hashCode()
hashCode
in class java.lang.Object