Package 

Interface TargetsFromPresetExtension

  • All Implemented Interfaces:
    kotlin.collections.Collection , kotlin.collections.Iterable , kotlin.collections.MutableCollection , kotlin.collections.MutableIterable , org.gradle.api.DomainObjectCollection , org.gradle.api.NamedDomainObjectCollection

    
    public interface TargetsFromPresetExtension
     implements NamedDomainObjectCollection<KotlinTarget>
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name, Function1<T, Unit> configureAction)
      <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name)
      abstract <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name, Action<T> configureAction)
      • Methods inherited from class org.gradle.api.NamedDomainObjectCollection

        add, addAll, addRule, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getByName, getCollectionSchema, getNamer, getNames, getRules, matching, matching, named, named, named, named, withType
      • Methods inherited from class kotlin.collections.MutableCollection

        clear, iterator, remove, removeAll, removeIf, retainAll
      • Methods inherited from class kotlin.collections.Collection

        contains, containsAll, getSize, isEmpty, parallelStream, spliterator, stream
      • Methods inherited from class kotlin.collections.Iterable

        forEach
      • Methods inherited from class org.gradle.api.DomainObjectCollection

        addAllLater, addLater, all, all, configureEach, findAll, whenObjectAdded, whenObjectAdded, whenObjectRemoved, whenObjectRemoved, withType, withType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • fromPreset

         abstract <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name, Function1<T, Unit> configureAction)
      • fromPreset

         <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name)
      • fromPreset

         abstract <T extends KotlinTarget> T fromPreset(KotlinTargetPreset<T> preset, String name, Action<T> configureAction)