Uses of Class
io.quarkus.deployment.dev.DevModeContext.ModuleInfo
Packages that use DevModeContext.ModuleInfo
Package
Description
-
Uses of DevModeContext.ModuleInfo in io.quarkus.deployment
Method parameters in io.quarkus.deployment with type arguments of type DevModeContext.ModuleInfoModifier and TypeMethodDescriptionstatic List<CodeGenData>CodeGenerator.init(io.quarkus.bootstrap.model.ApplicationModel model, Map<String, String> properties, ClassLoader deploymentClassLoader, Collection<DevModeContext.ModuleInfo> modules) -
Uses of DevModeContext.ModuleInfo in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return DevModeContext.ModuleInfoModifier and TypeMethodDescriptionDevModeContext.ModuleInfo.Builder.build()DevModeContext.getApplicationRoot()Methods in io.quarkus.deployment.dev that return types with arguments of type DevModeContext.ModuleInfoModifier and TypeMethodDescriptionDevModeContext.getAdditionalModules()DevModeContext.getAllModules()Methods in io.quarkus.deployment.dev with parameters of type DevModeContext.ModuleInfoModifier and TypeMethodDescriptionQuarkusDevModeLauncher.Builder.dependency(DevModeContext.ModuleInfo module) QuarkusDevModeLauncher.Builder.mainModule(DevModeContext.ModuleInfo mainModule) DevModeContext.setApplicationRoot(DevModeContext.ModuleInfo applicationRoot) voidQuarkusCompiler.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.ModuleInfoModifier 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. -
Uses of DevModeContext.ModuleInfo in io.quarkus.deployment.dev.testing
Methods in io.quarkus.deployment.dev.testing with parameters of type DevModeContext.ModuleInfoModifier and TypeMethodDescriptionJunitTestRunner.Builder.setModuleInfo(DevModeContext.ModuleInfo moduleInfo) Constructors in io.quarkus.deployment.dev.testing with parameters of type DevModeContext.ModuleInfoModifierConstructorDescriptionModuleTestRunner(TestSupport testSupport, CuratedApplication testApplication, DevModeContext.ModuleInfo moduleInfo)