C# Class NAnt.Core.Tasks.MoveTask

Inheritance: CopyTask
Afficher le fichier Open project: skolima/NAnt

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
DoFileOperations ( ) : void

Actually does the file moves.

Method Details

CreateSourceFileNotFoundException() protected méthode

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

DoFileOperations() protected méthode

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