Module io.quarkus.qute.debug
Package io.quarkus.qute.debug.client
Class JavaSourceLocationEventResponse
java.lang.Object
io.quarkus.qute.debug.client.JavaSourceLocationEventResponse
Event response for a Java source location resolution.
Sent from an event-based client (VS Code, Eclipse IDE, etc.) back to the server to complete the pending resolution of a Qute template to a Java source location.
-
Constructor Summary
ConstructorsConstructorDescriptionJavaSourceLocationEventResponse(String id, JavaSourceLocationResponse response) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidvoidsetResponse(JavaSourceLocationResponse response)
-
Constructor Details
-
JavaSourceLocationEventResponse
public JavaSourceLocationEventResponse() -
JavaSourceLocationEventResponse
-
-
Method Details
-
getId
-
setId
-
getResponse
-
setResponse
-