Groovy Documentation

org.gradle.nativebinaries
[Java] Interface StaticLibraryBinary

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

@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, hasBuildDependencies, 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.12-rc-1