Groovy Documentation

org.gradle.nativecode.base
[Java] Interface LibraryBinary

org.gradle.nativecode.base.NativeBinary
  org.gradle.language.base.BuildableModelElement
      org.gradle.api.Named
          org.gradle.api.Buildable
              org.gradle.nativecode.base.LibraryBinary
                  org.gradle.language.base.Binary
                      org.gradle.nativecode.base.LibraryResolver
All Superinterfaces:
NativeBinary, BuildableModelElement, Named, Buildable, 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
assemblerArgs, compilerArgs, define, getAssemblerArgs, getCompilerArgs, getFlavor, getLibs, getLinkerArgs, getMacros, getOutputFile, getSource, getToolChain, lib, linkerArgs, setOutputFile, source
 
Methods inherited from interface LibraryResolver
resolve
 

Method Detail

getComponent

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


 

Gradle API 1.8