-
- All Implemented Interfaces:
-
java.io.Serializable,org.jetbrains.kotlin.gradle.model.KaptSourceSet
public final class KaptSourceSetImpl implements KaptSourceSet, Serializable
Implementation of the KaptSourceSet interface.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKaptSourceSetImpl.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final KaptSourceSet.KaptSourceSetTypetypeprivate final FilegeneratedSourcesDirectoryprivate final FilegeneratedKotlinSourcesDirectoryprivate final FilegeneratedClassesDirectory
-
Constructor Summary
Constructors Constructor Description KaptSourceSetImpl(String name, KaptSourceSet.KaptSourceSetType type, File generatedSourcesDirectory, File generatedKotlinSourcesDirectory, File generatedClassesDirectory)
-
Method Summary
Modifier and Type Method Description StringgetName()KaptSourceSet.KaptSourceSetTypegetType()FilegetGeneratedSourcesDirectory()FilegetGeneratedKotlinSourcesDirectory()FilegetGeneratedClassesDirectory()-
-
Method Detail
-
getType
KaptSourceSet.KaptSourceSetType getType()
-
getGeneratedSourcesDirectory
File getGeneratedSourcesDirectory()
-
getGeneratedKotlinSourcesDirectory
File getGeneratedKotlinSourcesDirectory()
-
getGeneratedClassesDirectory
File getGeneratedClassesDirectory()
-
-
-
-