- All Superinterfaces:
Binary, BinarySpec, Buildable, BuildableComponentSpec, CheckableComponentSpec, ComponentSpec, ModelElement, Named
- All Known Subinterfaces:
CUnitTestSuiteBinarySpec, GoogleTestTestSuiteBinarySpec, NativeExecutableBinarySpec, NativeLibraryBinarySpec, NativeTestSuiteBinarySpec, SharedLibraryBinarySpec, StaticLibraryBinarySpec
-
Nested Class Summary
-
Method Summary
Deprecated.
The configuration of the assembler used when compiling assembly sources this binary.
Deprecated.
Returns the
BuildTypeused to construct this binary.Deprecated.
The configuration of the C compiler used when compiling C sources for this binary.
Deprecated.
The component that this binary was built from.
Deprecated.
The configuration of the C++ compiler used when compiling C++ sources for this binary.
Deprecated.
The
Flavorthat this binary was built with.getLibs()Deprecated.
The libraries that should be linked into this binary.
Deprecated.
The configuration of the linker used when linking this binary.
Deprecated.
The configuration of the Objective-C compiler used when compiling Objective-C sources for this binary.
Deprecated.
The configuration of the Objective-C++ compiler used when compiling Objective-C++ sources for this binary.
Deprecated.
The configuration of the Resource compiler used when compiling resources for this binary.
Deprecated.
The configuration of the static library archiver used when creating this binary.
Deprecated.
Returns the
NativePlatformthat this binary is targeted to run on.Deprecated.
Returns the
NativeToolChainthat will be used to build this binary.voidDeprecated.
Adds a library as input to this binary.
-
Method Details
-
getComponent
-
getFlavor
-
getTargetPlatform
-
getBuildType
-
getLibs
-
lib
-
getToolChain
-
getLinker
-
getStaticLibArchiver
-
getAssembler
-
getcCompiler
-
getCppCompiler
-
getObjcCompiler
-
getObjcppCompiler
-
getRcCompiler
-