Groovy Documentation

org.gradle.nativebinaries
[Java] Interface StaticLibraryBinary

org.gradle.nativebinaries.NativeBinary
  org.gradle.api.Buildable
      org.gradle.language.base.Binary
          org.gradle.api.Named
              org.gradle.language.base.BuildableModelElement
                  org.gradle.nativebinaries.StaticLibraryBinary
                      org.gradle.nativebinaries.LibraryBinary
All Superinterfaces:
NativeBinary, Buildable, Binary, Named, BuildableModelElement, LibraryBinary

@Incubating
@HasInternalProtocol
public interface StaticLibraryBinary
extends LibraryBinary

A Library that has been compiled and archived into a static library.


Method Summary
File getStaticLibraryFile()

The static library file.

void setStaticLibraryFile(File staticLibraryFile)

The static library binary file.

 
Methods inherited from interface NativeBinary
getBuildType, getFlavor, getTargetPlatform
 
Methods inherited from interface Binary
getDisplayName
 
Methods inherited from interface Named
getName
 
Methods inherited from interface BuildableModelElement
builtBy, setLifecycleTask
 
Methods inherited from interface Buildable
getBuildDependencies
 

Method Detail

getStaticLibraryFile

public File getStaticLibraryFile()
The static library file.


setStaticLibraryFile

public void setStaticLibraryFile(File staticLibraryFile)
The static library binary file.


 

Gradle API 1.11