Package io.quarkus.deployment.dev
Interface CompilationProvider
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
JavaCompilationProvider
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidclose()voidcompile(Set<File> files, CompilationProvider.Context context) default Stringdefault PathgetSourcePath(Path classFilePath, io.quarkus.paths.PathCollection sourcePaths, String classesPath)
-
Method Details
-
handledExtensions
-
getProviderKey
-
handledSourcePaths
-
compile
-
getSourcePath
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-