core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java
branchC3_BUILDER_WORK
changeset 1733 13355a75b65c
parent 1719 c55d4b8f7373
child 1736 ba74c19c6de3
equal deleted inserted replaced
1732:c408456e415f 1733:13355a75b65c
    32 
    32 
    33 public interface ISymbianSDK {
    33 public interface ISymbianSDK {
    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 (ISymbianBuilderID constant)
    38 	 * @return build info
    38 	 * @return build info
    39 	 * @since 3.0
    39 	 * @since 3.0
       
    40 	 * @see {@link ISymbianBuilderID}
    40 	 */
    41 	 */
    41 	ISDKBuildInfo getBuildInfo(String builderId);
    42 	ISDKBuildInfo getBuildInfo(String builderId);
    42 	
    43 	
    43 	/**
    44 	/**
    44 	 * Returns the absolute path to the epoc32 directory of this SDK. This method is guaranteed to
    45 	 * Returns the absolute path to the epoc32 directory of this SDK. This method is guaranteed to