Uses of Class
io.quarkus.deployment.dev.DevModeContext.CompilationUnit
-
Packages that use DevModeContext.CompilationUnit Package Description io.quarkus.deployment.dev -
-
Uses of DevModeContext.CompilationUnit in io.quarkus.deployment.dev
Fields in io.quarkus.deployment.dev declared as DevModeContext.CompilationUnit Modifier and Type Field Description static DevModeContext.CompilationUnitDevModeContext. EMPTY_COMPILATION_UNITMethods in io.quarkus.deployment.dev that return DevModeContext.CompilationUnit Modifier and Type Method Description DevModeContext.CompilationUnitDevModeContext.ModuleInfo. getMain()Methods in io.quarkus.deployment.dev that return types with arguments of type DevModeContext.CompilationUnit Modifier and Type Method Description Optional<DevModeContext.CompilationUnit>DevModeContext.ModuleInfo. getTest()Methods in io.quarkus.deployment.dev with parameters of type DevModeContext.CompilationUnit Modifier and Type Method Description voidQuarkusCompiler. setupSourceCompilationContext(DevModeContext context, Set<File> classPathElements, DevModeContext.ModuleInfo i, DevModeContext.CompilationUnit compilationUnit, String name)Method parameters in io.quarkus.deployment.dev with type arguments of type DevModeContext.CompilationUnit 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.(package private) Set<String>RuntimeUpdatesProcessor. checkForFileChange(Function<DevModeContext.ModuleInfo,DevModeContext.CompilationUnit> cuf, RuntimeUpdatesProcessor.TimestampSet timestampSet)
-