-
- All Implemented Interfaces:
-
java.util.concurrent.Callable,org.jetbrains.kotlin.gradle.plugin.KotlinCompilationOutput
public final class DefaultKotlinCompilationOutput implements KotlinCompilationOutput, Callable<FileCollection>
-
-
Field Summary
Fields Modifier and Type Field Description private final ConfigurableFileCollectionclassesDirsprivate final ConfigurableFileCollectionallOutputsprivate final FileresourcesDirprivate ObjectresourcesDirProvider
-
Constructor Summary
Constructors Constructor Description DefaultKotlinCompilationOutput(Project project, Object resourcesDirProvider)
-
Method Summary
Modifier and Type Method Description ConfigurableFileCollectiongetClassesDirs()ConfigurableFileCollectiongetAllOutputs()FilegetResourcesDir()ObjectgetResourcesDirProvider()UnitsetResourcesDirProvider(Object resourcesDirProvider)FileCollectioncall()-
-
Constructor Detail
-
DefaultKotlinCompilationOutput
DefaultKotlinCompilationOutput(Project project, Object resourcesDirProvider)
-
-
Method Detail
-
getClassesDirs
ConfigurableFileCollection getClassesDirs()
-
getAllOutputs
ConfigurableFileCollection getAllOutputs()
-
getResourcesDir
File getResourcesDir()
-
getResourcesDirProvider
Object getResourcesDirProvider()
-
setResourcesDirProvider
Unit setResourcesDirProvider(Object resourcesDirProvider)
-
call
FileCollection call()
-
-
-
-