public final class Util
extends java.lang.Object
Projects).| Modifier and Type | Method and Description |
|---|---|
static <T> T |
findByNameIgnoreCase(org.gradle.api.NamedDomainObjectCollection<T> pCollection,
java.lang.String pName)
Case-insensitive variant of
NamedDomainObjectCollection::findByName. |
public static <T> T findByNameIgnoreCase(org.gradle.api.NamedDomainObjectCollection<T> pCollection,
java.lang.String pName)
NamedDomainObjectCollection::findByName.T - The type of the collection's objects.pCollection - The collection to find the object in.pName - The name to look for.