Uses of Class
io.quarkus.deployment.dev.DevModeContext
Packages that use DevModeContext
-
Uses of DevModeContext in io.quarkus.deployment.dev
Methods in io.quarkus.deployment.dev that return DevModeContextModifier and TypeMethodDescriptionDevModeContext.setAlternateEntryPoint(String alternateEntryPoint) DevModeContext.setApplicationRoot(DevModeContext.ModuleInfo applicationRoot) DevModeContext.setLocalProjectDiscovery(boolean localProjectDiscovery) DevModeContext.setProjectDir(File projectDir) Methods in io.quarkus.deployment.dev with parameters of type DevModeContextModifier 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 DevModeContextModifier and TypeMethodDescriptionDevModeCommandLineBuilder.entryPointCustomizer(Consumer<DevModeContext> consumer) Constructors in io.quarkus.deployment.dev with parameters of type DevModeContextModifierConstructorDescription(package private)CodeGenWatcher(io.quarkus.bootstrap.app.CuratedApplication curatedApplication, DevModeContext context) DevModeMain(DevModeContext context) DevModeMain(DevModeContext context, io.quarkus.bootstrap.model.ApplicationModel appModel) QuarkusCompiler(io.quarkus.bootstrap.app.CuratedApplication application, List<CompilationProvider> compilationProviders, DevModeContext context) RuntimeUpdatesProcessor(Path applicationRoot, DevModeContext context, QuarkusCompiler compiler, io.quarkus.dev.spi.DevModeType devModeType, BiConsumer<Set<String>, ClassScanResult> restartCallback, BiConsumer<DevModeContext.ModuleInfo, String> copyResourceNotification, BiFunction<String, byte[], byte[]> classTransformers, TestSupport testSupport, AtomicReference<Throwable> deploymentProblem) -
Uses of DevModeContext in io.quarkus.deployment.dev.testing
Fields in io.quarkus.deployment.dev.testing declared as DevModeContextConstructors in io.quarkus.deployment.dev.testing with parameters of type DevModeContextModifierConstructorDescriptionTestSupport(io.quarkus.bootstrap.app.CuratedApplication curatedApplication, List<CompilationProvider> compilationProviders, DevModeContext context, io.quarkus.dev.spi.DevModeType devModeType)