Carbide.c++

Uses of Interface
com.nokia.carbide.cpp.sdk.core.IBSFPlatform

Packages that use IBSFPlatform
com.nokia.carbide.cpp.sdk.core   
 

Uses of IBSFPlatform in com.nokia.carbide.cpp.sdk.core
 

Methods in com.nokia.carbide.cpp.sdk.core that return IBSFPlatform
 IBSFPlatform IBSFCatalog.findPlatform(java.lang.String platform)
          Find a platform with the given name.
 IBSFPlatform[] IBSFCatalog.getAdditionalBuiltPlatforms(java.lang.String platform)
          Get the platforms to compile with this one, not including this one.
 IBSFPlatform IBSFPlatform.getCustomizedPlatform()
          Get the customized (parent) platform, if it is a BSF platform.
 IBSFPlatform[] IBSFCatalog.getPlatforms()
          Get the array of BSF platforms detected.
 IBSFPlatform[] IBSFCatalog.getVariantPlatforms()
          Get the variant platforms (but not virtual variants) among the platforms detected.
 IBSFPlatform[] IBSFCatalog.getVirtualVariantPlatforms()
          Get the virtual variant platforms from the platforms detected.
 


Carbide.c++