Uses of Class
io.quarkus.deployment.dev.QuarkusCompiler
-
Packages that use QuarkusCompiler Package Description io.quarkus.deployment.dev io.quarkus.deployment.dev.testing -
-
Uses of QuarkusCompiler in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev with parameters of type QuarkusCompiler Modifier and Type Method Description (package private) ClassScanResultRuntimeUpdatesProcessor. checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo,DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet)A first scan is considered done when we have visited all modules at least once.Constructors in io.quarkus.deployment.dev with parameters of type QuarkusCompiler Constructor Description RuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, DevModeType devModeType, BiConsumer<Set<String>,ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo,String> copyResourceNotification, BiFunction<String,byte[],byte[]> classTransformers, TestSupport testSupport) -
Uses of QuarkusCompiler in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as QuarkusCompiler Modifier and Type Field Description (package private) QuarkusCompilerTestSupport. compilerMethods in io.quarkus.deployment.dev.testing that return QuarkusCompiler Modifier and Type Method Description QuarkusCompilerTestSupport. getCompiler()
-