Groovy Documentation

org.gradle.nativebinaries
[Java] Interface NativeLibraryRequirement


@Incubating
public interface NativeLibraryRequirement

A dependency on a native-binaries library within the build.


Method Summary
String getLibraryName()

The name of the required library.

String getLinkage()

The required linkage.

String getProjectPath()

The path to the project containing the library.

 

Method Detail

getLibraryName

public String getLibraryName()
The name of the required library.


getLinkage

public String getLinkage()
The required linkage.


getProjectPath

public String getProjectPath()
The path to the project containing the library.


 

Gradle API 1.12