Uses of Class
io.quarkus.deployment.dev.DevModeContext.ModuleInfo
-
Packages that use DevModeContext.ModuleInfo Package Description io.quarkus.deployment.dev -
-
Uses of DevModeContext.ModuleInfo in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return DevModeContext.ModuleInfo Modifier and Type Method Description DevModeContext.ModuleInfoDevModeContext.ModuleInfo.Builder. build()DevModeContext.ModuleInfoDevModeContext. getApplicationRoot()Methods in io.quarkus.deployment.dev that return types with arguments of type DevModeContext.ModuleInfo Modifier and Type Method Description List<DevModeContext.ModuleInfo>DevModeContext. getAdditionalModules()List<DevModeContext.ModuleInfo>DevModeContext. getAllModules()Methods in io.quarkus.deployment.dev with parameters of type DevModeContext.ModuleInfo Modifier and Type Method Description BQuarkusDevModeLauncher.Builder. dependency(DevModeContext.ModuleInfo module)BQuarkusDevModeLauncher.Builder. mainModule(DevModeContext.ModuleInfo mainModule)DevModeContextDevModeContext. setApplicationRoot(DevModeContext.ModuleInfo applicationRoot)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.ModuleInfo 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)
-