Uses of Class
io.quarkus.deployment.dev.DevModeContext
-
Packages that use DevModeContext Package Description io.quarkus.deployment.dev io.quarkus.deployment.dev.testing -
-
Uses of DevModeContext in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return DevModeContext Modifier and Type Method Description DevModeContextDevModeContext. setAlternateEntryPoint(String alternateEntryPoint)DevModeContextDevModeContext. setApplicationRoot(DevModeContext.ModuleInfo applicationRoot)DevModeContextDevModeContext. setLocalProjectDiscovery(boolean localProjectDiscovery)DevModeContextDevModeContext. setProjectDir(File projectDir)Methods in io.quarkus.deployment.dev with parameters of type DevModeContext 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 Modifier and Type Method Description BQuarkusDevModeLauncher.Builder. entryPointCustomizer(Consumer<DevModeContext> consumer)Constructors in io.quarkus.deployment.dev with parameters of type DevModeContext Constructor Description DevModeMain(DevModeContext context)QuarkusCompiler(CuratedApplication application, List<CompilationProvider> compilationProviders, DevModeContext context)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 DevModeContext in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as DevModeContext Modifier and Type Field Description (package private) DevModeContextTestSupport. contextMethods in io.quarkus.deployment.dev.testing with parameters of type DevModeContext Modifier and Type Method Description JunitTestRunner.BuilderJunitTestRunner.Builder. setDevModeContext(DevModeContext devModeContext)Constructors in io.quarkus.deployment.dev.testing with parameters of type DevModeContext Constructor Description TestRunner(TestSupport testSupport, DevModeContext devModeContext, CuratedApplication testApplication)TestSupport(CuratedApplication curatedApplication, List<CompilationProvider> compilationProviders, DevModeContext context)
-