-
- All Implemented Interfaces:
-
kotlin.collections.Collection,kotlin.collections.Iterable,kotlin.collections.MutableCollection,kotlin.collections.MutableIterable,kotlin.collections.MutableSet,kotlin.collections.Set,org.gradle.api.DomainObjectCollection,org.gradle.api.DomainObjectSet
public class KotlinJsBinaryContainer implements DomainObjectSet<JsBinary>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classKotlinJsBinaryContainer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final Projectprojectprivate final KotlinTargetWithBinaries<KotlinJsCompilation, KotlinJsBinaryContainer>targetprivate final Integersize
-
Constructor Summary
Constructors Constructor Description KotlinJsBinaryContainer(KotlinTargetWithBinaries<KotlinJsCompilation, KotlinJsBinaryContainer> target, DomainObjectSet<JsBinary> backingContainer)
-
Method Summary
Modifier and Type Method Description final ProjectgetProject()final KotlinTargetWithBinaries<KotlinJsCompilation, KotlinJsBinaryContainer>getTarget()IntegergetSize()final List<JsBinary>executable(KotlinJsCompilation compilation)final List<JsBinary>executable()final List<JsBinary>library(KotlinJsCompilation compilation)final List<JsBinary>library()-
Methods inherited from class org.gradle.api.DomainObjectCollection
add, addAll, clear, iterator, remove, removeAll, removeIf, retainAll -
Methods inherited from class kotlin.collections.MutableCollection
contains, containsAll, isEmpty, parallelStream, spliterator, stream -
Methods inherited from class kotlin.collections.Collection
forEach -
Methods inherited from class org.gradle.api.DomainObjectSet
addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType -
Methods inherited from class org.jetbrains.kotlin.gradle.targets.js.ir.KotlinJsBinaryContainer
findAll, matching, matching, withType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
KotlinJsBinaryContainer
KotlinJsBinaryContainer(KotlinTargetWithBinaries<KotlinJsCompilation, KotlinJsBinaryContainer> target, DomainObjectSet<JsBinary> backingContainer)
-
-
Method Detail
-
getProject
final Project getProject()
-
getTarget
final KotlinTargetWithBinaries<KotlinJsCompilation, KotlinJsBinaryContainer> getTarget()
-
executable
@JvmOverloads() final List<JsBinary> executable(KotlinJsCompilation compilation)
-
executable
@JvmOverloads() final List<JsBinary> executable()
-
library
@JvmOverloads() final List<JsBinary> library(KotlinJsCompilation compilation)
-
library
@JvmOverloads() final List<JsBinary> library()
-
-
-
-