public interface CompilationProvider extends Closeable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CompilationProvider.Context |
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
void |
compile(Set<File> files,
CompilationProvider.Context context) |
Path |
getSourcePath(Path classFilePath,
Set<String> sourcePaths,
String classesPath) |
Set<String> |
handledExtensions() |
default Set<String> |
handledSourcePaths() |
void compile(Set<File> files, CompilationProvider.Context context)
default void close()
throws IOException
close in interface AutoCloseableclose in interface CloseableIOExceptionCopyright © 2020 JBoss by Red Hat. All rights reserved.