C# Class NAnt.Core.Tasks.CopyTask

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CopyTask ( ) : System

Initialize new instance of the CopyTask.

Méthodes protégées

Méthode Description
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.

Method Details

CopyTask() public méthode

Initialize new instance of the CopyTask.
public CopyTask ( ) : System
Résultat System

CreateSourceFileNotFoundException() protected méthode

protected CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
sourceFile string
Résultat BuildException

DoFileOperations() protected méthode

Actually does the file copies.
protected DoFileOperations ( ) : void
Résultat void

ExecuteTask() protected méthode

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

Initialize() protected méthode

Checks whether the task is initialized with valid attributes.
protected Initialize ( ) : void
Résultat void