core/com.nokia.carbide.cpp.sdk.core/src/com/nokia/carbide/cpp/sdk/core/ISymbianBuildContext.java
changeset 1142 1d7dae831144
parent 1134 081b99cb271a
child 1217 51047d48bcd8
equal deleted inserted replaced
1138:352c0236f181 1142:1d7dae831144
   148 	 * Retrieve the build-able configuration; a valid command that cab be passed with Raptor's -c parameter.
   148 	 * Retrieve the build-able configuration; a valid command that cab be passed with Raptor's -c parameter.
   149 	 * This should not be used and should return null for abld-configurations.
   149 	 * This should not be used and should return null for abld-configurations.
   150 	 * @return the configuration name, or null if none.
   150 	 * @return the configuration name, or null if none.
   151 	 */
   151 	 */
   152 	public String getSBSv2Alias();
   152 	public String getSBSv2Alias();
       
   153 	
       
   154 	public void setSBSv2Alias(String newAlias);
       
   155 	
       
   156 	public void setDisplayString(String newDisplayName);
   153 }
   157 }