public class ClassLoaderCompiler extends Object
| Constructor and Description |
|---|
ClassLoaderCompiler(ClassLoader classLoader,
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, List<CompilationProvider> compilationProviders, DevModeContext context) throws IOException
IOExceptionCopyright © 2019 JBoss by Red Hat. All rights reserved.