C# Class vs_nacl.Build.CPPTasks.NaCl.AntBuild

Inheritance: TrackedVCToolTask
Afficher le fichier Open project: kayru/vs-nacl

Private Properties

Свойство Type Description
ParseAndroidManifestXml bool
ParseBuildXml bool
WriteLocalProperties void

Méthodes publiques

Méthode Description
AntBuild ( ) : System

Méthodes protégées

Méthode Description
ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
GenerateCommandLineCommands ( ) : string
GenerateResponseFileCommands ( ) : string
GetWorkingDirectory ( ) : string
RemoveTaskSpecificInputs ( Microsoft.Build.Utilities.CanonicalTrackedInputFiles compactInputs ) : void
RemoveTaskSpecificOutputs ( Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
ValidateParameters ( ) : bool

Private Methods

Méthode Description
ParseAndroidManifestXml ( string xmlPath ) : bool
ParseBuildXml ( string xmlPath ) : bool
WriteLocalProperties ( ) : void

Method Details

AntBuild() public méthode

public AntBuild ( ) : System
Résultat System

ExecuteTool() protected méthode

protected ExecuteTool ( string pathToTool, string responseFileCommands, string commandLineCommands ) : int
pathToTool string
responseFileCommands string
commandLineCommands string
Résultat int

GenerateCommandLineCommands() protected méthode

protected GenerateCommandLineCommands ( ) : string
Résultat string

GenerateResponseFileCommands() protected méthode

protected GenerateResponseFileCommands ( ) : string
Résultat string

GetWorkingDirectory() protected méthode

protected GetWorkingDirectory ( ) : string
Résultat string

RemoveTaskSpecificInputs() protected méthode

protected RemoveTaskSpecificInputs ( Microsoft.Build.Utilities.CanonicalTrackedInputFiles compactInputs ) : void
compactInputs Microsoft.Build.Utilities.CanonicalTrackedInputFiles
Résultat void

RemoveTaskSpecificOutputs() protected méthode

protected RemoveTaskSpecificOutputs ( Microsoft.Build.Utilities.CanonicalTrackedOutputFiles compactOutputs ) : void
compactOutputs Microsoft.Build.Utilities.CanonicalTrackedOutputFiles
Résultat void

ValidateParameters() protected méthode

protected ValidateParameters ( ) : bool
Résultat bool