C# Class VSNDK.Tasks.BBNativePackager

Inheritance: TrackedVCToolTask
Mostra file Open project: blackberry/VSPlugin

Protected Properties

Property Type Description
switchOrderList ArrayList

Private Properties

Property Type Description
AppendResources void
GetAssetsFile ITaskItem[]

Public Methods

Method Description
BBNativePackager ( ) : System

BBNativePackager Constructor

Protected Methods

Method Description
GenerateCommandLineCommands ( ) : string

Return the Command Line String. Note: pass the response file to command line commands

GenerateResponseFileCommands ( ) : string

Return the Response File Command String

GetResponseFileSwitch ( string responseFilePath ) : string

Return the response file switch. Note: Don't use response file for msbuild because it is removed before qcc to run GCC compiler

Private Methods

Method Description
AppendResources ( CommandLineBuilder clb ) : void

Helper function to read the assets from the bar-descriptor.xml file and generate the command line listing the resources to be packaged into the bar file.

GetAssetsFile ( ) : ITaskItem[]

Return the assets from the bardescriptor.xml

Method Details

BBNativePackager() public method

BBNativePackager Constructor
public BBNativePackager ( ) : System
return System

GenerateCommandLineCommands() protected method

Return the Command Line String. Note: pass the response file to command line commands
protected GenerateCommandLineCommands ( ) : string
return string

GenerateResponseFileCommands() protected method

Return the Response File Command String
protected GenerateResponseFileCommands ( ) : string
return string

GetResponseFileSwitch() protected method

Return the response file switch. Note: Don't use response file for msbuild because it is removed before qcc to run GCC compiler
protected GetResponseFileSwitch ( string responseFilePath ) : string
responseFilePath string Response File Path
return string

Property Details

switchOrderList protected_oe property

protected ArrayList switchOrderList
return ArrayList