Groovy Documentation

org.gradle.nativebinaries
[Java] Interface SharedLibraryBinary

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
                          org.gradle.nativebinaries.SharedLibraryBinary
All Superinterfaces:
Buildable, LibraryBinary, NativeBinary, Named, BuildableModelElement, Binary, LibraryResolver

@Incubating
public interface SharedLibraryBinary
extends LibraryBinary

A Library that has been compiled and linked as a shared library.


Method Summary
 
Methods inherited from interface LibraryBinary
getComponent
 
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
 

Gradle API 1.9-rc-1