C# Класс NAnt.Core.Tasks.CopyTask

Наследование: Task
Показать файл Открыть проект Примеры использования класса

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