Package io.github.jahrim.wartremover
Interface CompilerConfiguration
-
- All Implemented Interfaces:
@FunctionalInterface() public interface CompilerConfiguration
Configuration for the parameters of the scala compiler.
-
-
Method Summary
Modifier and Type Method Description abstract List<String>toCompilerOptions()CompilerConfigurationplus(CompilerConfiguration other)-
-
Method Detail
-
toCompilerOptions
abstract List<String> toCompilerOptions()
-
plus
CompilerConfiguration plus(CompilerConfiguration other)
- Parameters:
other- the specified configuration
-
-
-
-