@Incubating public interface NativeExecutableBinarySpec extends NativeBinarySpec, ApplicationBinarySpec
| Modifier and Type | Interface and Description | 
|---|---|
| static interface  | NativeExecutableBinarySpec.TasksCollectionProvides access to key tasks used for building the binary. | 
Named.Namer| Modifier and Type | Method and Description | 
|---|---|
| NativeExecutableSpec | getApplication()The application that this binary belongs to. | 
| NativeExecutableSpec | getComponent()The component that this binary was built from. | 
| NativeExecutableFileSpec | getExecutable()Native Executable File. | 
| NativeInstallationSpec | getInstallation()Native Installation location for a native executable. | 
| NativeExecutableBinarySpec.TasksCollection | getTasks()The set of tasks associated with this binary. | 
getAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libgetInputs, getSources, isBuildablebuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskgetBuildDependenciescheckedBy, getCheckTask, setCheckTaskgetProjectPathgetDisplayName, getNamegetDisplayNameNativeExecutableSpec getApplication()
getApplication in interface ApplicationBinarySpecNativeExecutableSpec getComponent()
getComponent in interface NativeBinarySpecNativeInstallationSpec getInstallation()
NativeExecutableFileSpec getExecutable()
NativeExecutableBinarySpec.TasksCollection getTasks()
getTasks in interface BinarySpec