@Incubating public interface SharedLibraryBinarySpec extends NativeLibraryBinarySpec
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | SharedLibraryBinarySpec.TasksCollectionProvides access to key tasks used for building the binary. | 
Named.Namer| Modifier and Type | Method and Description | 
|---|---|
| File | getSharedLibraryFile()The shared library file. | 
| File | getSharedLibraryLinkFile()The shared library link file. | 
| SharedLibraryBinarySpec.TasksCollection | getTasks()The set of tasks associated with this binary. | 
| void | setSharedLibraryFile(File sharedLibraryFile)The shared library file. | 
| void | setSharedLibraryLinkFile(File sharedLibraryLinkFile)The shared library link file. | 
getComponent, getLibrarygetAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libgetInputs, getSources, isBuildablebuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciescheckedBy, getCheckTask, setCheckTaskgetProjectPathgetDisplayName, getNamegetDisplayNameFile getSharedLibraryFile()
File getSharedLibraryLinkFile()
void setSharedLibraryFile(File sharedLibraryFile)
void setSharedLibraryLinkFile(File sharedLibraryLinkFile)
SharedLibraryBinarySpec.TasksCollection getTasks()
getTasks in interface BinarySpec