C# Class NAnt.Core.Tasks.GetTask

Inheritance: Task
Afficher le fichier Open project: skolima/NAnt Class Usage Examples

Private Properties

Свойство Type Description
GetWebRequest System.Net.WebRequest

Méthodes protégées

Méthode Description
ExecuteTask ( ) : void

This is where the work is done

Initialize ( ) : void

Initializes task and ensures the supplied attributes are valid.

TouchFile ( FileInfo file, System.DateTime touchDateTime ) : void

Sets the timestamp of a given file to a specified time.

Private Methods

Méthode Description
GetWebRequest ( string url, System.DateTime fileLastModified ) : WebRequest

Method Details

ExecuteTask() protected méthode

This is where the work is done
protected ExecuteTask ( ) : void
Résultat void

Initialize() protected méthode

Initializes task and ensures the supplied attributes are valid.
protected Initialize ( ) : void
Résultat void

TouchFile() protected méthode

Sets the timestamp of a given file to a specified time.
protected TouchFile ( FileInfo file, System.DateTime touchDateTime ) : void
file System.IO.FileInfo
touchDateTime System.DateTime
Résultat void