Carbide.c++

Uses of Interface
com.nokia.carbide.cdt.builder.project.ISISBuilderInfo

Packages that use ISISBuilderInfo
com.nokia.carbide.cdt.builder   
com.nokia.carbide.cdt.builder.project   
 

Uses of ISISBuilderInfo in com.nokia.carbide.cdt.builder
 

Methods in com.nokia.carbide.cdt.builder with parameters of type ISISBuilderInfo
static java.util.List<IPath> EpocEngineHelper.getFilesInPKG(IPath pkgPath, ICarbideBuildConfiguration buildConfig, ISISBuilderInfo sisInfo)
          Returns a list of absolute host paths for any files in the given pkg file.
 void PKGViewPathHelper.setSISBuilderInfo(ISISBuilderInfo sisInfo)
           
 

Uses of ISISBuilderInfo in com.nokia.carbide.cdt.builder.project
 

Methods in com.nokia.carbide.cdt.builder.project that return types with arguments of type ISISBuilderInfo
 java.util.List<ISISBuilderInfo> ICarbideBuildConfiguration.getSISBuilderInfoList()
          Get the modifiable list of SIS builder info.
 


Carbide.c++