Clarify usage of API for #10334
authorEd Swartz <ed.swartz@nokia.com>
Tue, 08 Dec 2009 11:34:22 -0600
changeset 647 e6f840ae1b14
parent 646 c1e40b526942
child 648 479ae9ce262c
Clarify usage of API for #10334
core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java
--- a/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java	Mon Dec 07 13:45:40 2009 -0600
+++ b/core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianSDK.java	Tue Dec 08 11:34:22 2009 -0600
@@ -154,10 +154,12 @@
 	List<String> getAvailablePlatforms();
 	
 	/**
-	 * Returns the filtered list of build configurations for this SDK.
+	 * Returns the (SBSv1) filtered list of build configurations for this SDK.
 	 * <p>
-	 * Build configs to disply can be filtered by the user using a
-	 * global preference page.
+	 * Build configs to display can be filtered by the user using the SBSv1
+	 * pane of the Platform Filtering Preferences global preference page.
+	 * </p><p>
+	 * SBSv2 filtered configurations can only be retrieved using internal APIs (SBSv2Utils), currently.
 	 * </p>
 	 *
 	 * @return a list build configuration names which may be empty.
@@ -166,11 +168,7 @@
 	
 	/**
 	 * Returns the unfiltered list of build configurations for this SDK.
-	 * <p>
-	 * Build configs to disply can be filtered by the user using a
-	 * global preference page.
-	 * </p>
-	 *
+	 * 
 	 * @return a list build configuration names which may be empty.
 	 */
 	List<ISymbianBuildContext> getUnfilteredBuildConfigurations();