Uses of Class
io.quarkus.deployment.dev.DevModeContext.CompilationUnit
Packages that use DevModeContext.CompilationUnit
-
Uses of DevModeContext.CompilationUnit in io.quarkus.deployment.dev
Fields in io.quarkus.deployment.dev declared as DevModeContext.CompilationUnitModifier and TypeFieldDescriptionstatic final DevModeContext.CompilationUnitDevModeContext.EMPTY_COMPILATION_UNITMethods in io.quarkus.deployment.dev that return DevModeContext.CompilationUnitMethods in io.quarkus.deployment.dev that return types with arguments of type DevModeContext.CompilationUnitMethods in io.quarkus.deployment.dev with parameters of type DevModeContext.CompilationUnitModifier and TypeMethodDescriptionvoidQuarkusCompiler.setupSourceCompilationContext(DevModeContext context, Set<File> classPathElements, Set<File> reloadableClassPathElements, DevModeContext.ModuleInfo i, DevModeContext.CompilationUnit compilationUnit, String name) Method parameters in io.quarkus.deployment.dev with type arguments of type DevModeContext.CompilationUnitModifier and TypeMethodDescription(package private) ClassScanResultRuntimeUpdatesProcessor.checkForChangedClasses(QuarkusCompiler compiler, Function<DevModeContext.ModuleInfo, DevModeContext.CompilationUnit> cuf, boolean firstScan, RuntimeUpdatesProcessor.TimestampSet timestampSet, boolean compilingTests) A first scan is considered done when we have visited all modules at least once.RuntimeUpdatesProcessor.checkForFileChange(Function<DevModeContext.ModuleInfo, DevModeContext.CompilationUnit> cuf, RuntimeUpdatesProcessor.TimestampSet timestampSet) Returns the set of modified files.