Package io.quarkus.scala.deployment
Class ScalaCompilationProvider
java.lang.Object
io.quarkus.scala.deployment.ScalaCompilationProvider
- All Implemented Interfaces:
io.quarkus.deployment.dev.CompilationProvider,Closeable,AutoCloseable
public class ScalaCompilationProvider
extends Object
implements io.quarkus.deployment.dev.CompilationProvider
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.deployment.dev.CompilationProvider
io.quarkus.deployment.dev.CompilationProvider.Context -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetSourcePath(Path classFilePath, io.quarkus.paths.PathCollection sourcePaths, String classesPath) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.deployment.dev.CompilationProvider
close, handledSourcePaths
-
Constructor Details
-
ScalaCompilationProvider
public ScalaCompilationProvider()
-
-
Method Details
-
getProviderKey
- Specified by:
getProviderKeyin interfaceio.quarkus.deployment.dev.CompilationProvider
-
handledExtensions
- Specified by:
handledExtensionsin interfaceio.quarkus.deployment.dev.CompilationProvider
-
compile
- Specified by:
compilein interfaceio.quarkus.deployment.dev.CompilationProvider
-
getSourcePath
public Path getSourcePath(Path classFilePath, io.quarkus.paths.PathCollection sourcePaths, String classesPath) - Specified by:
getSourcePathin interfaceio.quarkus.deployment.dev.CompilationProvider
-