Groovy Documentation

org.gradle.nativebinaries
[Java] Interface PrebuiltLibrary

org.gradle.nativebinaries.PrebuiltLibrary
  org.gradle.api.Named
All Superinterfaces:
Named

@Incubating
public interface PrebuiltLibrary
extends Named

A library component that is not built by gradle.


Method Summary
DomainObjectSet getBinaries()

The binaries that are built for this component.

SourceDirectorySet getHeaders()

The headers exported by this library.

 
Methods inherited from interface Named
getName
 

Method Detail

getBinaries

public DomainObjectSet getBinaries()
The binaries that are built for this component. You can use this to configure the binaries for this component.


getHeaders

public SourceDirectorySet getHeaders()
The headers exported by this library. These headers will be added to all binaries for this library.


 

Gradle API 1.12