Carbide.c++

Uses of Class
com.nokia.carbide.cdt.builder.builder.CarbideCommandLauncher

Packages that use CarbideCommandLauncher
com.nokia.carbide.cdt.builder.builder   
 

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

Methods in com.nokia.carbide.cdt.builder.builder with parameters of type CarbideCommandLauncher
protected static boolean CarbideCPPBuilder.buildAllComponents(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
protected static boolean CarbideCPPBuilder.buildComponentSubset(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
protected static void CarbideCPPBuilder.calculateComponentLists(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher)
           
protected static void CarbideCPPBuilder.cleanAllComponents(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
protected static void CarbideCPPBuilder.cleanComponentSubset(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
static void CarbideCPPBuilder.compileFile(IPath file, ICarbideBuildConfiguration buildConfig, IConsole console, CarbideCommandLauncher launcher, IProgressMonitor monitor, boolean clearMarkers)
          Invokes a compile of the the given file for the given build configuration.
protected static void CarbideCPPBuilder.freezeAllComponents(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
protected static void CarbideCPPBuilder.freezeComponentSubset(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor)
           
protected static boolean CarbideCPPBuilder.generateAbldMakefileIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher, IPath componentPath, boolean isTest)
          Generates the abld makefile if necessary.
static boolean CarbideCPPBuilder.generateAbldMakefilesIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher)
          Generates the abld makefiles if necessary.
static boolean CarbideCPPBuilder.generateAbldMakefilesIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher, boolean calculateComponentLists)
          Generates the abld makefiles if necessary.
static boolean CarbideCPPBuilder.generateBldmakeMakefilesIfNecessary(ICarbideBuildConfiguration config, CarbideCommandLauncher launcher)
          Generates the bldmake makefiles if necessary.
static boolean CarbideCPPBuilder.invokeAbldCommand(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, java.lang.String[] abldArgs, boolean removeMarkers)
          Call abld with the given arguments
static boolean CarbideCPPBuilder.invokeBldmakeBldFiles(ICarbideBuildConfiguration config, CarbideCommandLauncher cmdLauncher, IProgressMonitor monitor, IConsole console, java.lang.String[] env, IPath workingDir)
          Deprecated. use #generateBldmakeMakefilesIfNecessary(ICarbideBuildConfiguration, CarbideCommandLauncher, IConsole, IProgressMonitor, boolean) instead
static boolean CarbideCPPBuilder.invokeBldmakeCommand(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, java.lang.String[] bldmakeArgs, boolean removeMarkers)
          Call bldmake with the given arguments
static void CarbideCPPBuilder.invokeBuild(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher, IProgressMonitor monitor, boolean clearMarkers)
          Invokes a build for the given build configuration.
static void CarbideCPPBuilder.invokeROMBuilder(ICarbideBuildConfiguration config, CarbideCommandLauncher cmdLauncher, IProgressMonitor monitor)
          Invoke the ROM builder for the given build configuration
static void CarbideCPPBuilder.invokeSISBuilder(ICarbideBuildConfiguration config, CarbideCommandLauncher cmdLauncher, IProgressMonitor monitor)
          Invoke the SIS builder for all pkg files for the given build configuration
static void CarbideCPPBuilder.invokeSISBuilder(IPath pkgPath, ICarbideBuildConfiguration config, CarbideCommandLauncher cmdLauncher, IProgressMonitor monitor, boolean createOutputFromPKGFileName)
          Invoke the SIS builder for either EKA1 or EKA2 projects.
static boolean CarbideCPPBuilder.invokeSymbianComponenetAction(ICarbideBuildConfiguration buildConfig, int action, IPath componentPath, CarbideCommandLauncher launcher, IProgressMonitor monitor, boolean clearMarkers)
          Invoke the given action on the given Symbian mmp/make file for the given build configuration.
protected static void CarbideCPPBuilder.runPreBuildChecks(ICarbideBuildConfiguration buildConfig, CarbideCommandLauncher launcher)
           
 


Carbide.c++