public class ClassLoaderCompiler extends Object
| Constructor and Description |
|---|
ClassLoaderCompiler(ClassLoader classLoader,
io.quarkus.bootstrap.app.CuratedApplication application,
List<CompilationProvider> compilationProviders,
DevModeContext context) |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
allHandledExtensions() |
void |
compile(String sourceDir,
Map<String,Set<File>> extensionToChangedFiles) |
Path |
findSourcePath(Path classFilePath,
Set<String> sourcePaths,
String classesPath) |
public ClassLoaderCompiler(ClassLoader classLoader, io.quarkus.bootstrap.app.CuratedApplication application, List<CompilationProvider> compilationProviders, DevModeContext context) throws IOException
IOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.