Groovy Documentation

org.gradle.nativebinaries
[Java] Interface PrebuiltLibraries

org.gradle.api.DomainObjectCollection
  org.gradle.nativebinaries.PrebuiltLibraries
      org.gradle.api.NamedDomainObjectCollection
          org.gradle.api.artifacts.repositories.ArtifactRepository
              java.lang.Iterable
                  org.gradle.api.NamedDomainObjectSet
                      java.util.Collection
All Superinterfaces:
DomainObjectCollection, NamedDomainObjectCollection, ArtifactRepository, Iterable, NamedDomainObjectSet, Collection

@Incubating
public interface PrebuiltLibraries
extends ArtifactRepository, NamedDomainObjectSet

A container of PrebuiltLibrary instances.


Method Summary
PrebuiltLibrary resolveLibrary(String name)

 
Methods inherited from interface ArtifactRepository
getName, setName
 
Methods inherited from interface NamedDomainObjectSet
findAll, matching, matching, withType
 
Methods inherited from interface NamedDomainObjectCollection
add, addAll, addRule, addRule, findByName, getAsMap, getAt, getByName, getByName, getNamer, getNames, getRules, matching, matching, withType
 
Methods inherited from interface Set
add, equals, hashCode, clear, contains, isEmpty, size, toArray, toArray, addAll, iterator, remove, containsAll, removeAll, retainAll
 

Method Detail

resolveLibrary

public PrebuiltLibrary resolveLibrary(String name)


 

Gradle API 1.11