-
- 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>
-
-
Method Summary
Modifier and Type Method Description abstract <T extends KotlinTarget> TfromPreset(KotlinTargetPreset<T> preset, String name, Function1<T, Unit> configureAction)<T extends KotlinTarget> TfromPreset(KotlinTargetPreset<T> preset, String name)abstract <T extends KotlinTarget> TfromPreset(KotlinTargetPreset<T> preset, String name, Action<T> configureAction)abstract IntegergetSize()-
Methods inherited from class org.jetbrains.kotlin.gradle.dsl.TargetsFromPresetExtension
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 org.gradle.api.DomainObjectCollection
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.NamedDomainObjectCollection
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
-
-
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)
-
-
-
-