C# Class NAnt.Core.Tasks.MoveTask

Inheritance: CopyTask
显示文件 Open project: skolima/NAnt

Private Properties

Property Type Description

Protected Methods

Method Description
CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
DoFileOperations ( ) : void

Actually does the file moves.

Method Details

CreateSourceFileNotFoundException() protected method

protected CreateSourceFileNotFoundException ( string sourceFile ) : BuildException
sourceFile string
return BuildException

DoFileOperations() protected method

Actually does the file moves.
protected DoFileOperations ( ) : void
return void