| Package | Description |
|---|---|
| io.quarkus.deployment.dev |
| Modifier and Type | Method and Description |
|---|---|
DevModeContext |
DevModeContext.setAlternateEntryPoint(String alternateEntryPoint) |
DevModeContext |
DevModeContext.setApplicationRoot(DevModeContext.ModuleInfo applicationRoot) |
DevModeContext |
DevModeContext.setLocalProjectDiscovery(boolean localProjectDiscovery) |
DevModeContext |
DevModeContext.setProjectDir(File projectDir) |
| Constructor and Description |
|---|
ClassLoaderCompiler(ClassLoader classLoader,
CuratedApplication application,
List<CompilationProvider> compilationProviders,
DevModeContext context) |
DevModeMain(DevModeContext context) |
RuntimeUpdatesProcessor(Path applicationRoot,
DevModeContext context,
ClassLoaderCompiler compiler,
DevModeType devModeType,
BiConsumer<Set<String>,ClassScanResult> restartCallback,
BiConsumer<DevModeContext.ModuleInfo,String> copyResourceNotification,
BiFunction<String,byte[],byte[]> classTransformers) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.