Class KmpApplicationTargetContainer

java.lang.Object
java.util.AbstractCollection<T>
org.gradle.api.internal.DefaultDomainObjectCollection<T>
org.gradle.api.internal.DefaultNamedDomainObjectCollection<T>
org.gradle.api.internal.DefaultNamedDomainObjectSet<T>
org.gradle.api.internal.AbstractNamedDomainObjectContainer<T>
org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer<T>
org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer<KmpApplicationTarget>
org.gradle.api.experimental.kmp.KmpApplicationTargetContainer
All Implemented Interfaces:
Iterable<KmpApplicationTarget>, Collection<KmpApplicationTarget>, Set<KmpApplicationTarget>, org.gradle.api.DomainObjectCollection<KmpApplicationTarget>, org.gradle.api.DomainObjectSet<KmpApplicationTarget>, org.gradle.api.ExtensiblePolymorphicDomainObjectContainer<KmpApplicationTarget>, org.gradle.api.internal.PolymorphicDomainObjectContainerInternal<KmpApplicationTarget>, org.gradle.api.internal.rules.NamedDomainObjectFactoryRegistry<KmpApplicationTarget>, org.gradle.api.internal.WithEstimatedSize, org.gradle.api.internal.WithMutationGuard, org.gradle.api.NamedDomainObjectCollection<KmpApplicationTarget>, org.gradle.api.NamedDomainObjectContainer<KmpApplicationTarget>, org.gradle.api.NamedDomainObjectSet<KmpApplicationTarget>, org.gradle.api.PolymorphicDomainObjectContainer<KmpApplicationTarget>, org.gradle.api.reflect.HasPublicType, org.gradle.internal.metaobject.MethodMixIn, org.gradle.internal.metaobject.PropertyMixIn, org.gradle.util.Configurable<org.gradle.api.NamedDomainObjectContainer<KmpApplicationTarget>>

public abstract class KmpApplicationTargetContainer extends org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer<KmpApplicationTarget>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer

    org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer.NamedDomainObjectCreatingProvider<I extends T>

    Nested classes/interfaces inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

    org.gradle.api.internal.DefaultNamedDomainObjectCollection.AbstractDomainObjectCreatingProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.AbstractNamedDomainObjectProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.ElementInfo<T extends Object>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.ExistingNamedDomainObjectProvider<I extends T>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.Index<T extends Object>, org.gradle.api.internal.DefaultNamedDomainObjectCollection.UnfilteredIndex<T extends Object>

    Nested classes/interfaces inherited from class org.gradle.api.internal.DefaultDomainObjectCollection

    org.gradle.api.internal.DefaultDomainObjectCollection.IteratorImpl

    Nested classes/interfaces inherited from interface org.gradle.api.internal.WithEstimatedSize

    org.gradle.api.internal.WithEstimatedSize.Estimates
  • Field Summary

    Fields inherited from class org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer

    namedEntityInstantiator

    Fields inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

    index
  • Constructor Summary

    Constructors
    Constructor
    Description
    KmpApplicationTargetContainer(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.internal.instantiation.InstantiatorFactory instantiatorFactory, org.gradle.api.internal.CollectionCallbackActionDecorator callbackDecorator, org.gradle.internal.service.ServiceRegistry services)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    jvm()
     
    void
    jvm(org.gradle.api.Action<? super KmpApplicationJvmTarget> action)
     
    void
     
    void
    macOsArm64(org.gradle.api.Action<? super KmpApplicationNativeTarget> action)
     
    void
     
    void
    nodeJs(org.gradle.api.Action<? super KmpApplicationNodeJsTarget> action)
     

    Methods inherited from class org.gradle.api.internal.DefaultPolymorphicDomainObjectContainer

    doCreate, doCreate, getCreateableTypes, getEntityInstantiator, registerBinding, registerDefaultFactory, registerFactory, registerFactory

    Methods inherited from class org.gradle.api.internal.AbstractPolymorphicDomainObjectContainer

    containerWithType, create, create, createConfigureDelegate, createDomainObjectProvider, getElementsAsDynamicObject, maybeCreate, register, register

    Methods inherited from class org.gradle.api.internal.AbstractNamedDomainObjectContainer

    configure, create, create, create, createDomainObjectProvider, getDisplayName, getPublicType, maybeCreate, register, register

    Methods inherited from class org.gradle.api.internal.DefaultNamedDomainObjectSet

    filtered, filtered, findAll, matching, matching, named, withMutationDisabled, withType

    Methods inherited from class org.gradle.api.internal.DefaultNamedDomainObjectCollection

    addAll, addLater, addRule, addRule, addRule, assertCanAdd, assertCanAdd, clear, convertNameToElementFilter, createExistingProvider, createNotFoundException, createWrongTypeException, deferredElementKnown, didAdd, didRemove, didRemove, doAdd, findByName, findByNameLaterWithoutRules, findByNameWithoutRules, getAdditionalMethods, getAdditionalProperties, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getInstantiator, getNamer, getNames, getRules, getTypeDisplayName, handleAttemptToAddItemWithNonUniqueName, hasWithName, index, named, named, named, named, realized, removeByName, toString, whenElementKnown

    Methods inherited from class org.gradle.api.internal.DefaultDomainObjectCollection

    add, add, addAllLater, all, all, assertMutable, assertMutableCollectionContents, configureEach, contains, containsAll, createFilter, createFilter, estimatedSize, filteredEvents, filteredStore, filteredStore, findAll, getEventRegister, getMutationGuard, getStore, getType, isEmpty, iterator, remove, removeAll, retainAll, size, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType

    Methods inherited from class java.util.AbstractCollection

    toArray, toArray

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface java.util.Collection

    parallelStream, removeIf, stream, toArray

    Methods inherited from interface org.gradle.api.DomainObjectCollection

    addAllLater, addLater, all, all, configureEach, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType

    Methods inherited from interface java.lang.Iterable

    forEach

    Methods inherited from interface org.gradle.api.NamedDomainObjectCollection

    add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, named, named, named, named

    Methods inherited from interface org.gradle.api.NamedDomainObjectContainer

    configure, create, create, create, maybeCreate, register, register

    Methods inherited from interface org.gradle.api.NamedDomainObjectSet

    findAll, matching, matching, named, withType

    Methods inherited from interface org.gradle.api.PolymorphicDomainObjectContainer

    containerWithType, create, create, maybeCreate, register, register
  • Constructor Details

    • KmpApplicationTargetContainer

      @Inject public KmpApplicationTargetContainer(org.gradle.internal.reflect.Instantiator instantiator, org.gradle.internal.instantiation.InstantiatorFactory instantiatorFactory, org.gradle.api.internal.CollectionCallbackActionDecorator callbackDecorator, org.gradle.internal.service.ServiceRegistry services)
  • Method Details

    • jvm

      public void jvm()
    • jvm

      public void jvm(org.gradle.api.Action<? super KmpApplicationJvmTarget> action)
    • nodeJs

      public void nodeJs()
    • nodeJs

      public void nodeJs(org.gradle.api.Action<? super KmpApplicationNodeJsTarget> action)
    • macOsArm64

      public void macOsArm64()
    • macOsArm64

      public void macOsArm64(org.gradle.api.Action<? super KmpApplicationNativeTarget> action)