Uses of Class
io.quarkus.deployment.dev.RuntimeUpdatesProcessor
Packages that use RuntimeUpdatesProcessor
-
Uses of RuntimeUpdatesProcessor in io.quarkus.deployment.dev
Fields in io.quarkus.deployment.dev declared as RuntimeUpdatesProcessorMethods in io.quarkus.deployment.dev that return RuntimeUpdatesProcessorModifier and TypeMethodDescriptionRuntimeUpdatesProcessor.setCommandLineArgs(String[] commandLineArgs) RuntimeUpdatesProcessor.setConfiguredInstrumentationEnabled(boolean configuredInstrumentationEnabled) RuntimeUpdatesProcessor.setDisableInstrumentationForClassPredicate(Predicate<org.jboss.jandex.ClassInfo> disableInstrumentationForClassPredicate) RuntimeUpdatesProcessor.setDisableInstrumentationForIndexPredicate(Predicate<org.jboss.jandex.Index> disableInstrumentationForIndexPredicate) RuntimeUpdatesProcessor.setLiveReloadEnabled(boolean liveReloadEnabled) RuntimeUpdatesProcessor.setWatchedFilePaths(Map<String, Boolean> watchedFilePaths, List<Map.Entry<Predicate<String>, Boolean>> watchedFilePredicates, boolean isTest)