Groovy Documentation

org.gradle.nativebinaries
[Java] Interface SharedLibraryBinary

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

@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 LibraryResolver
resolve
 
Methods inherited from interface NativeBinary
getBuildType, getComponent, getFlavor, getLibs, getLinker, getOutputFile, getSource, getTargetPlatform, getTasks, getToolChain, isBuildable, lib, setOutputFile, source
 
Methods inherited from interface Named
getName
 
Methods inherited from interface BuildableModelElement
builtBy, setLifecycleTask
 
Methods inherited from interface Buildable
getBuildDependencies
 

Gradle API 1.9