Groovy Documentation

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

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

@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
getAsNativeDependencySet, getComponent
 
Methods inherited from interface NativeBinary
compilerArgs, define, getCompilerArgs, getLibs, getLinkerArgs, getMacros, getOutputFile, getSource, getToolChain, lib, linkerArgs, setOutputFile, source
 
Methods inherited from interface Named
getName
 
Methods inherited from interface BuildableModelElement
dependsOn, setLifecycleTask
 
Methods inherited from interface Buildable
getBuildDependencies
 

Gradle API 1.7