C# 클래스 VSNDK.Tasks.BBNativePackager

상속: TrackedVCToolTask
파일 보기 프로젝트 열기: blackberry/VSPlugin

보호된 프로퍼티들

프로퍼티 타입 설명
switchOrderList ArrayList

Private Properties

프로퍼티 타입 설명
AppendResources void
GetAssetsFile ITaskItem[]

공개 메소드들

메소드 설명
BBNativePackager ( ) : System

BBNativePackager Constructor

보호된 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

BBNativePackager() 공개 메소드

BBNativePackager Constructor
public BBNativePackager ( ) : System
리턴 System

GenerateCommandLineCommands() 보호된 메소드

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

GenerateResponseFileCommands() 보호된 메소드

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

GetResponseFileSwitch() 보호된 메소드

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
리턴 string

프로퍼티 상세

switchOrderList 보호되어 있는 프로퍼티

protected ArrayList switchOrderList
리턴 ArrayList