CppExecutable
, CppSharedLibrary
, CppStaticLibrary
@Incubating public interface CppBinary
Modifier and Type | Method | Description |
---|---|---|
String |
getBaseName() |
Returns the base name of this binary.
|
CompilationDetails |
getCompilationDetails() |
Returns the compilation details.
|
LinkageDetails |
getLinkageDetails() |
Returns the linkage details.
|
String |
getName() |
Returns the name of this binary.
|
String |
getVariantName() |
Returns the variant name of this binary.
|
String getName()
String getVariantName()
String getBaseName()
CompilationDetails getCompilationDetails()
LinkageDetails getLinkageDetails()