-
- All Implemented Interfaces:
-
org.gradle.api.Named,org.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies,org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet,org.jetbrains.kotlin.gradle.plugin.sources.InternalKotlinSourceSet
public abstract class AbstractKotlinSourceSet implements InternalKotlinSourceSet
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description AbstractKotlinSourceSet()
-
Method Summary
Modifier and Type Method Description final ObservableSet<KotlinSourceSet>getDependsOn()final ObservableSet<KotlinSourceSet>getDependsOnClosure()final ObservableSet<KotlinSourceSet>getWithDependsOnClosure()MutableObservableSet<KotlinCompilation<?>>getCompilations()final UnitdependsOn(KotlinSourceSet other)-
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.HasKotlinDependencies
dependencies, dependencies, getApiConfigurationName, getCompileOnlyConfigurationName, getImplementationConfigurationName, getRuntimeOnlyConfigurationName -
Methods inherited from class org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet
addCustomSourceFilesExtensions, getApiMetadataConfigurationName, getCompileOnlyMetadataConfigurationName, getCustomSourceFilesExtensions, getImplementationMetadataConfigurationName, getKotlin, getLanguageSettings, getRelatedConfigurationNames, getRequiresVisibilityOf, getResources, getRuntimeOnlyMetadataConfigurationName, kotlin, kotlin, languageSettings, languageSettings, requiresVisibilityOf -
Methods inherited from class org.gradle.api.Named
getName -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDependsOn
final ObservableSet<KotlinSourceSet> getDependsOn()
-
getDependsOnClosure
final ObservableSet<KotlinSourceSet> getDependsOnClosure()
-
getWithDependsOnClosure
final ObservableSet<KotlinSourceSet> getWithDependsOnClosure()
-
getCompilations
MutableObservableSet<KotlinCompilation<?>> getCompilations()
-
-
-
-