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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CopyTask ( ) : System

Initialize new instance of the CopyTask.

보호된 메소드들

메소드 설명
CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
DoFileOperations ( ) : void

Actually does the file copies.

ExecuteTask ( ) : void

Executes the Copy task.

Initialize ( ) : void

Checks whether the task is initialized with valid attributes.

메소드 상세

CopyTask() 공개 메소드

Initialize new instance of the CopyTask.
public CopyTask ( ) : System
리턴 System

CreateSourceFileNotFoundException() 보호된 메소드

protected CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
sourceFile string
리턴 BuildException

DoFileOperations() 보호된 메소드

Actually does the file copies.
protected DoFileOperations ( ) : void
리턴 void

ExecuteTask() 보호된 메소드

Executes the Copy task.
A file that has to be copied does not exist or could not be copied.
protected ExecuteTask ( ) : void
리턴 void

Initialize() 보호된 메소드

Checks whether the task is initialized with valid attributes.
protected Initialize ( ) : void
리턴 void