Skip navigation links
Quarkus - Development mode - SPI 1.11.3.Final
A C D E F G H I N O R S T U V W 

A

addPreScanStep(Runnable) - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
ApplicationStateNotification - Class in io.quarkus.dev.appstate
A class that allows for access to the application state, even from outside the runtime class loader.
ApplicationStateNotification() - Constructor for class io.quarkus.dev.appstate.ApplicationStateNotification
 
ApplicationStateNotification.State - Enum in io.quarkus.dev.appstate
 

C

clear() - Static method in class io.quarkus.dev.ErrorPageGenerators
 
close() - Method in class io.quarkus.dev.console.TempSystemProperties
 
close() - Method in interface io.quarkus.dev.spi.HotReplacementSetup
 
consumeNoRestartChanges(Consumer<Set<String>>) - Method in interface io.quarkus.dev.spi.HotReplacementContext
The consumer is invoked if only files which don't require restart are modified.

D

DevConsoleManager - Class in io.quarkus.dev.console
 
DevConsoleManager() - Constructor for class io.quarkus.dev.console.DevConsoleManager
 
DevConsoleRequest - Class in io.quarkus.dev.console
 
DevConsoleRequest(String, String, Map<String, List<String>>, byte[]) - Constructor for class io.quarkus.dev.console.DevConsoleRequest
 
DevConsoleResponse - Class in io.quarkus.dev.console
 
DevConsoleResponse(int, Map<String, List<String>>, byte[]) - Constructor for class io.quarkus.dev.console.DevConsoleResponse
 
DevConsoleResponse() - Constructor for class io.quarkus.dev.console.DevConsoleResponse
 
DevModeType - Enum in io.quarkus.dev.spi
 
doScan(boolean) - Method in interface io.quarkus.dev.spi.HotReplacementContext
 

E

ErrorPageGenerators - Class in io.quarkus.dev
The generators can be used to generate a custom HTML page for a specific deployment exception that occurs during the development mode.
ErrorPageGenerators() - Constructor for class io.quarkus.dev.ErrorPageGenerators
 

F

fileHashes - Variable in class io.quarkus.dev.spi.RemoteDevState
 

G

get(String) - Static method in class io.quarkus.dev.ErrorPageGenerators
 
getAugmentProblem() - Method in class io.quarkus.dev.spi.RemoteDevState
 
getBody() - Method in class io.quarkus.dev.console.DevConsoleRequest
 
getBody() - Method in class io.quarkus.dev.console.DevConsoleResponse
 
getClassesDir() - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
getDeploymentProblem() - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
getDevModeType() - Method in interface io.quarkus.dev.spi.HotReplacementContext
Will return true if this is the remote side of a remote dev session
getFileHashes() - Method in class io.quarkus.dev.spi.RemoteDevState
 
getGlobal(String) - Static method in class io.quarkus.dev.console.DevConsoleManager
Gets a shared global
getHeaders() - Method in class io.quarkus.dev.console.DevConsoleRequest
 
getHeaders() - Method in class io.quarkus.dev.console.DevConsoleResponse
 
getHotReplacementContext() - Static method in class io.quarkus.dev.console.DevConsoleManager
 
getMethod() - Method in class io.quarkus.dev.console.DevConsoleRequest
 
getPath() - Method in class io.quarkus.dev.console.DevConsoleRequest
 
getQuarkusBootstrap() - Static method in class io.quarkus.dev.console.DevConsoleManager
 
getResourcesDir() - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
getResponse() - Method in class io.quarkus.dev.console.DevConsoleRequest
 
getSourcesDir() - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
getState() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 
getStatus() - Method in class io.quarkus.dev.console.DevConsoleResponse
 
getTemplateInfo() - Static method in class io.quarkus.dev.console.DevConsoleManager
 

H

handleFailedInitialStart() - Method in interface io.quarkus.dev.spi.HotReplacementSetup
This method is called if the app fails to start the first time.
HotReplacementContext - Interface in io.quarkus.dev.spi
 
HotReplacementSetup - Interface in io.quarkus.dev.spi
Service interface that is used to abstract away the details of how hot deployment is performed

I

io.quarkus.dev - package io.quarkus.dev
 
io.quarkus.dev.appstate - package io.quarkus.dev.appstate
 
io.quarkus.dev.console - package io.quarkus.dev.console
 
io.quarkus.dev.spi - package io.quarkus.dev.spi
 
isTest() - Method in interface io.quarkus.dev.spi.HotReplacementContext
If this is true then this is a dev mode test case, rather than a user actually using Quarkus.

N

notifyApplicationStopped() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 
notifyStartupComplete() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 
notifyStartupFailed(Throwable) - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 

O

old - Variable in class io.quarkus.dev.console.TempSystemProperties
 

R

register(String, Function<Throwable, String>) - Static method in class io.quarkus.dev.ErrorPageGenerators
Register a function that will be used to generate the error page for the given root cause.
registerHandler(Consumer<DevConsoleRequest>) - Static method in class io.quarkus.dev.console.DevConsoleManager
 
RemoteDevState - Class in io.quarkus.dev.spi
 
RemoteDevState(Map<String, String>, Throwable) - Constructor for class io.quarkus.dev.spi.RemoteDevState
 
reset() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 

S

sentRequest(DevConsoleRequest) - Static method in class io.quarkus.dev.console.DevConsoleManager
 
set(String, String) - Method in class io.quarkus.dev.console.TempSystemProperties
 
setBody(byte[]) - Method in class io.quarkus.dev.console.DevConsoleResponse
 
setGlobal(String, Object) - Static method in class io.quarkus.dev.console.DevConsoleManager
Sets a global that is shared between both the runtime and deployment parts
setHeaders(Map<String, List<String>>) - Method in class io.quarkus.dev.console.DevConsoleResponse
 
setHotReplacementContext(HotReplacementContext) - Static method in class io.quarkus.dev.console.DevConsoleManager
 
setQuarkusBootstrap(Object) - Static method in class io.quarkus.dev.console.DevConsoleManager
 
setRemoteProblem(Throwable) - Method in interface io.quarkus.dev.spi.HotReplacementContext
 
setStatus(int) - Method in class io.quarkus.dev.console.DevConsoleResponse
 
setTemplateInfo(Map<String, Map<String, Object>>) - Static method in class io.quarkus.dev.console.DevConsoleManager
 
setupHotDeployment(HotReplacementContext) - Method in interface io.quarkus.dev.spi.HotReplacementSetup
 
syncState(Map<String, String>) - Method in interface io.quarkus.dev.spi.HotReplacementContext
 

T

TempSystemProperties - Class in io.quarkus.dev.console
TODO: this is a hack, we should be able to pass config overrides into the bootstrap
TempSystemProperties() - Constructor for class io.quarkus.dev.console.TempSystemProperties
 
throwable - Variable in class io.quarkus.dev.spi.RemoteDevState
 

U

updateFile(String, byte[]) - Method in interface io.quarkus.dev.spi.HotReplacementContext
 

V

valueOf(String) - Static method in enum io.quarkus.dev.appstate.ApplicationStateNotification.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.quarkus.dev.spi.DevModeType
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.quarkus.dev.appstate.ApplicationStateNotification.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.quarkus.dev.spi.DevModeType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForApplicationStart() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 
waitForApplicationStop() - Static method in class io.quarkus.dev.appstate.ApplicationStateNotification
 
A C D E F G H I N O R S T U V W 
Skip navigation links
Quarkus - Development mode - SPI 1.11.3.Final

Copyright © 2021 JBoss by Red Hat. All rights reserved.