Package io.quarkus.deployment.dev
-
Interface Summary Interface Description CompilationProvider DevModeListener SPI that can be used by extensions that need to run code in various phases of dev mode -
Class Summary Class Description AlwaysFalsePredicate<T> ClassComparisonUtil ClassScanResult CodeGenLock Lock that is used to prevent scanning and compiling while code generator is updating sources There is a race when testing this, where you can see the intermediate empty state of the file, or where the file time changes twice.CodeGenWatcher CompilationProvider.Context CompilerFlags A set of compiler flags for javac.ConfigureDisableInstrumentationBuildStep CurrentClassState CurrentClassState.CurrentModuleState DevModeContext Object that is used to pass context data from the plugin doing the invocation into the dev mode process using java serialization.DevModeContext.CompilationUnit DevModeContext.ModuleInfo DevModeContext.ModuleInfo.Builder DevModeMain The main entry point for the dev mojo executionDisableInstrumentationForClassPredicateBuildItem Allows disabling of instrumentation based reload if the changed class matches certain criteriaDisableInstrumentationForIndexPredicateBuildItem Allows disabling of instrumentation based reload if the index of changed classes matches certain criteriaExceptionNotificationBuildItem Allows for a handler to be registered when exceptions are logged.HotDeploymentWatchedFileBuildStep IDEDevModeMain IsolatedDevModeMain IsolatedRemoteDevModeMain The main entry point for the local (developer side) of remote dev modeIsolatedTestModeMain The main entry point of quarkus:testJavaCompilationProvider QuarkusCompiler Class that handles compilation of source filesQuarkusDevModeLauncher RuntimeUpdatesProcessor RuntimeUpdatesProcessor.TimestampSet