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