Groovy Documentation

org.gradle.nativebinaries
[Java] Interface StaticLibraryBinary

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

@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 BuildableModelElement
builtBy, hasBuildDependencies, setLifecycleTask
 
Methods inherited from interface Named
getName
 

Method Detail

getStaticLibraryFile

public File getStaticLibraryFile()
The static library file.


setStaticLibraryFile

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


 

Gradle API 1.12