Carbide.c++

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

Packages that use ISymbianSDK
com.nokia.carbide.cpp.sdk.core   
com.nokia.carbide.cpp.sdk.ui.shared   
 

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

Methods in com.nokia.carbide.cpp.sdk.core that return ISymbianSDK
static ISymbianSDK SymbianSDKFactory.createInstance(java.lang.String id, java.lang.String epocRoot, java.lang.String name, Version osVersion, java.lang.String osBranch, Version sdkVersion, boolean isDefault)
          Create an new ISymbian SDK object
 ISymbianSDK ISymbianBuildContext.getSDK()
          Get the SDK interface for this build context
 ISymbianSDK ISDKManager.getSDK(java.lang.String sdkId, boolean scanIfNecessary)
          Get an SDK from it's unique 'id' attribute.
 

Methods in com.nokia.carbide.cpp.sdk.core that return types with arguments of type ISymbianSDK
 java.util.List<ISymbianSDK> ISDKManager.getSDKList()
          Get a list of all loaded SDKs
 

Methods in com.nokia.carbide.cpp.sdk.core with parameters of type ISymbianSDK
 void ISDKManager.addSDK(ISymbianSDK sdk)
          Add an new SDK to the devices.xml
 void ISDKManager.setDefaultSDK(ISymbianSDK sdk)
          Sets the default SDK attribute for the input SDK.
 void ISDKManager.updateSDK(ISymbianSDK sdkId)
          Update an existing SDK to the devices.xml
 

Uses of ISymbianSDK in com.nokia.carbide.cpp.sdk.ui.shared
 

Methods in com.nokia.carbide.cpp.sdk.ui.shared that return ISymbianSDK
 ISymbianSDK BuildTargetTreeNode.getSymbianSDK()
          Get the SDK for this node
 

Constructors in com.nokia.carbide.cpp.sdk.ui.shared with parameters of type ISymbianSDK
BuildTargetTreeNode(ISymbianSDK value)
          Constructs a new tree node for the given SDK
BuildTargetTreeNode(ISymbianSDK value, boolean sbsv2Project)
          Constructs a new tree node for the given SDK
 


Carbide.c++