core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java
branchC3_BUILDER_WORK
changeset 1710 94cdcd7c5550
parent 1667 352fb86872dd
child 1719 c55d4b8f7373
equal deleted inserted replaced
1709:6bd6640867aa 1710:94cdcd7c5550
    34 
    34 
    35 	/**
    35 	/**
    36 	 * Returns build info for a particular builder.
    36 	 * Returns build info for a particular builder.
    37 	 * @param builderId id string of a builder
    37 	 * @param builderId id string of a builder
    38 	 * @return build info
    38 	 * @return build info
       
    39 	 * @since 3.0
    39 	 */
    40 	 */
    40 	ISDKBuildInfo getBuildInfo(String builderId);
    41 	ISDKBuildInfo getBuildInfo(String builderId);
    41 	
    42 	
    42 	/**
    43 	/**
    43 	 * Returns the absolute path to the epoc32 directory of this SDK. This method is guaranteed to
    44 	 * Returns the absolute path to the epoc32 directory of this SDK. This method is guaranteed to
    77 
    78 
    78 	/**
    79 	/**
    79 	 * Returns a set of features supported by the SDK. 
    80 	 * Returns a set of features supported by the SDK. 
    80 	 * Feature IDs are defined in ISymbianSDKFeatures.
    81 	 * Feature IDs are defined in ISymbianSDKFeatures.
    81 	 * @return set of features
    82 	 * @return set of features
       
    83 	 * @since 3.0
    82 	 */
    84 	 */
    83 	@SuppressWarnings("rawtypes")
    85 	@SuppressWarnings("rawtypes")
    84 	Set getSupportedFeatures();
    86 	Set getSupportedFeatures();
    85 	
    87 	
    86 	/**
    88 	/**