ApplicationBinarySpec, Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named, NativeBinarySpec@Incubating public interface NativeExecutableBinarySpec extends NativeBinarySpec, ApplicationBinarySpec
| Modifier and Type | Interface | Description | 
|---|---|---|
| static interface  | NativeExecutableBinarySpec.TasksCollection | Provides access to key tasks used for building the binary. | 
Named.Namer| Modifier and Type | Method | 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. | 
getDisplayNamegetInputs, getSources, isBuildablegetBuildDependenciesbuiltBy, getBuildTask, hasBuildDependencies, setBuildTaskcheckedBy, getCheckTask, setCheckTaskgetProjectPathgetDisplayName, getNamegetAssembler, getBuildType, getcCompiler, getCppCompiler, getFlavor, getLibs, getLinker, getObjcCompiler, getObjcppCompiler, getRcCompiler, getStaticLibArchiver, getTargetPlatform, getToolChain, libNativeExecutableSpec getApplication()
getApplication in interface ApplicationBinarySpecNativeExecutableSpec getComponent()
getComponent in interface NativeBinarySpecNativeInstallationSpec getInstallation()
NativeExecutableFileSpec getExecutable()
NativeExecutableBinarySpec.TasksCollection getTasks()
getTasks in interface BinarySpec