public class JavaCompilationProvider extends Object implements CompilationProvider
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
JavaCompilationProvider.RuntimeUpdatesClassVisitor |
CompilationProvider.Context| Constructor and Description |
|---|
JavaCompilationProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
compile(Set<File> filesToCompile,
CompilationProvider.Context context) |
Path |
getSourcePath(Path classFilePath,
Set<String> sourcePaths,
String classesPath) |
Set<String> |
handledExtensions() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandledSourcePathspublic Set<String> handledExtensions()
handledExtensions in interface CompilationProviderpublic void compile(Set<File> filesToCompile, CompilationProvider.Context context)
compile in interface CompilationProviderpublic Path getSourcePath(Path classFilePath, Set<String> sourcePaths, String classesPath)
getSourcePath in interface CompilationProviderCopyright © 2019 JBoss by Red Hat. All rights reserved.