|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBSFCatalog
This is a catalog of all the BSF files detected for a given SDK.
Method Summary | |
---|---|
IBSFPlatform |
findPlatform(java.lang.String platform)
Find a platform with the given name. |
IBSFPlatform[] |
getAdditionalBuiltPlatforms(java.lang.String platform)
Get the platforms to compile with this one, not including this one. |
IMessage[] |
getMessages()
Get any problems detected while parsing the BSF files. |
IBSFPlatform[] |
getPlatforms()
Get the array of BSF platforms detected. |
java.lang.String |
getReleasePlatform(java.lang.String platformName)
Get the release platform name for the given platform. |
IBSFPlatform[] |
getVariantPlatforms()
Get the variant platforms (but not virtual variants) among the platforms detected. |
IBSFPlatform[] |
getVirtualVariantPlatforms()
Get the virtual variant platforms from the platforms detected. |
Method Detail |
---|
IMessage[] getMessages()
IBSFPlatform[] getPlatforms()
IBSFPlatform[] getVariantPlatforms()
IBSFPlatform findPlatform(java.lang.String platform)
name
- platform name, case doesn't matter
IBSFPlatform[] getAdditionalBuiltPlatforms(java.lang.String platform)
java.lang.String getReleasePlatform(java.lang.String platformName)
A variant target always builds into the same directory as a built-in platform. Only the filename varies. For example, CONFIG is a virtual variant of ARMV5 and VARIANT is a variant of CONFIG. All three have ARMV5 as their release platform.
platformName
-
IBSFPlatform[] getVirtualVariantPlatforms()
getVariantPlatforms()
'
|
Carbide.c++ | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |