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

상속: CopyTask
파일 보기 프로젝트 열기: skolima/NAnt

Private Properties

프로퍼티 타입 설명

보호된 메소드들

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

Actually does the file moves.

메소드 상세

CreateSourceFileNotFoundException() 보호된 메소드

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

DoFileOperations() 보호된 메소드

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