C# 클래스 NAnt.Core.Tasks.GetTask

상속: Task
파일 보기 프로젝트 열기: skolima/NAnt 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetWebRequest System.Net.WebRequest

보호된 메소드들

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

비공개 메소드들

메소드 설명
GetWebRequest ( string url, System.DateTime fileLastModified ) : WebRequest

메소드 상세

ExecuteTask() 보호된 메소드

This is where the work is done
protected ExecuteTask ( ) : void
리턴 void

Initialize() 보호된 메소드

Initializes task and ensures the supplied attributes are valid.
protected Initialize ( ) : void
리턴 void

TouchFile() 보호된 메소드

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