Groovy Documentation

org.gradle.nativebinaries
[Java] Interface StaticLibraryBinary

org.gradle.nativebinaries.StaticLibraryBinary
  org.gradle.api.Buildable
      org.gradle.language.base.Binary
          org.gradle.language.base.BuildableModelElement
              org.gradle.nativebinaries.NativeBinary
                  org.gradle.nativebinaries.LibraryBinary
                      org.gradle.api.Named
All Superinterfaces:
Buildable, Binary, BuildableModelElement, NativeBinary, LibraryBinary, 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-rc-2