public class RuntimeUpdatesProcessor extends Object implements HotReplacementContext
| Constructor and Description |
|---|
RuntimeUpdatesProcessor(Path classesDir,
Path sourcesDir,
Path resourcesDir,
ClassLoaderCompiler compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPreScanStep(Runnable runnable) |
(package private) boolean |
checkForChangedClasses() |
boolean |
doScan() |
Path |
getClassesDir() |
Throwable |
getDeploymentProblem() |
Path |
getResourcesDir() |
Path |
getSourcesDir() |
RuntimeUpdatesProcessor |
setConfigFilePaths(Set<String> configFilePaths) |
public RuntimeUpdatesProcessor(Path classesDir, Path sourcesDir, Path resourcesDir, ClassLoaderCompiler compiler)
public Path getClassesDir()
getClassesDir in interface HotReplacementContextpublic Path getSourcesDir()
getSourcesDir in interface HotReplacementContextpublic Path getResourcesDir()
getResourcesDir in interface HotReplacementContextpublic Throwable getDeploymentProblem()
getDeploymentProblem in interface HotReplacementContextpublic boolean doScan()
throws IOException
doScan in interface HotReplacementContextIOExceptionpublic void addPreScanStep(Runnable runnable)
addPreScanStep in interface HotReplacementContextboolean checkForChangedClasses()
throws IOException
IOExceptionpublic RuntimeUpdatesProcessor setConfigFilePaths(Set<String> configFilePaths)
Copyright © 2019 JBoss by Red Hat. All rights reserved.