C# 클래스 ZeroInstall.Store.Implementations.Deployment.ClearDirectory

Deletes files listed in a Manifest file from a directory.
상속: DirectoryOperation
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
ClearDirectory ( [ path, [ manifest, [ handler ) : System

Creates a new directory clear task.

보호된 메소드들

메소드 설명
OnCommit ( ) : void
OnRollback ( ) : void
OnStage ( ) : void

메소드 상세

ClearDirectory() 공개 메소드

Creates a new directory clear task.
public ClearDirectory ( [ path, [ manifest, [ handler ) : System
path [ The path of the directory to clear.
manifest [ The contents of a file describing the directory.
handler [ A callback object used when the the user needs to be asked questions or informed about IO tasks.
리턴 System

OnCommit() 보호된 메소드

protected OnCommit ( ) : void
리턴 void

OnRollback() 보호된 메소드

protected OnRollback ( ) : void
리턴 void

OnStage() 보호된 메소드

protected OnStage ( ) : void
리턴 void