Groovy Documentation

org.gradle.nativebinaries
[Java] Interface LibraryBinary

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

@Incubating
public interface LibraryBinary
extends LibraryResolver, NativeBinary

A physical representation of a Library component.


Method Summary
Library getComponent()

The Library that this binary represents.

 
Methods inherited from interface NativeBinary
getBuildType, getComponent, getFlavor, getLibs, getLinker, getOutputFile, getSource, getTargetPlatform, getTasks, getToolChain, isBuildable, lib, setOutputFile, source
 
Methods inherited from interface LibraryResolver
resolve
 

Method Detail

getComponent

public Library getComponent()
The Library that this binary represents.


 

Gradle API 1.9-rc-1