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