C# Class NAnt.DotNet.Tasks.LicenseTask

Inheritance: NAnt.Core.Tasks.ExternalProgramBase
Show file Open project: skolima/NAnt Class Usage Examples

Private Properties

Property Type Description
NeedsCompiling bool

Protected Methods

Method Description
ExecuteTask ( ) : void

Generates the license file.

Initialize ( ) : void

Initializes the LicenseTask class.

PrepareProcess ( Process process ) : void

Updates the ProcessStartInfo of the specified Process.

Private Methods

Method Description
NeedsCompiling ( FileInfo licensesFile ) : bool

Determines whether the .licenses file needs to be recompiled or is uptodate.

Method Details

ExecuteTask() protected method

Generates the license file.
protected ExecuteTask ( ) : void
return void

Initialize() protected method

Initializes the LicenseTask class.
protected Initialize ( ) : void
return void

PrepareProcess() protected method

Updates the ProcessStartInfo of the specified Process.
protected PrepareProcess ( Process process ) : void
process System.Diagnostics.Process The of which the should be updated.
return void