-
- All Implemented Interfaces:
-
java.io.Serializable,org.jetbrains.kotlin.gradle.model.CompilerArguments
public final class CompilerArgumentsImpl implements CompilerArguments, Serializable
Implementation of the CompilerArguments interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCompilerArgumentsImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<String>currentArgumentsprivate final List<String>defaultArgumentsprivate final List<File>compileClasspath
-
Method Summary
Modifier and Type Method Description List<String>getCurrentArguments()List<String>getDefaultArguments()List<File>getCompileClasspath()-
-
Method Detail
-
getCurrentArguments
List<String> getCurrentArguments()
-
getDefaultArguments
List<String> getDefaultArguments()
-
getCompileClasspath
List<File> getCompileClasspath()
-
-
-
-