public interface HotReplacementContext
| Modifier and Type | Method and Description |
|---|---|
void |
addPreScanStep(Runnable runnable) |
void |
consumeNoRestartChanges(Consumer<Set<String>> consumer)
The consumer is invoked if only files which don't require restart are modified.
|
boolean |
doScan(boolean userInitiated) |
Path |
getClassesDir() |
Throwable |
getDeploymentProblem() |
List<Path> |
getResourcesDir() |
List<Path> |
getSourcesDir() |
boolean |
isTest()
If this is true then this is a dev mode test case, rather than a user actually using Quarkus.
|
Path getClassesDir()
Throwable getDeploymentProblem()
boolean isTest()
boolean doScan(boolean userInitiated)
throws Exception
true if a restart was performed, false otherwiseExceptionvoid addPreScanStep(Runnable runnable)
Copyright © 2020 JBoss by Red Hat. All rights reserved.