| Package | Description |
|---|---|
| io.quarkus.deployment.dev |
| Modifier and Type | Method and Description |
|---|---|
DevModeContext.ModuleInfo |
DevModeContext.getApplicationRoot() |
| Modifier and Type | Method and Description |
|---|---|
List<DevModeContext.ModuleInfo> |
DevModeContext.getAdditionalModules() |
List<DevModeContext.ModuleInfo> |
DevModeContext.getAllModules() |
| Modifier and Type | Method and Description |
|---|---|
B |
QuarkusDevModeLauncher.Builder.dependency(DevModeContext.ModuleInfo module) |
B |
QuarkusDevModeLauncher.Builder.mainModule(DevModeContext.ModuleInfo mainModule) |
DevModeContext |
DevModeContext.setApplicationRoot(DevModeContext.ModuleInfo applicationRoot) |
| Constructor and Description |
|---|
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.