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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System

Creates a new directory deployment task.

보호된 메소드들

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

메소드 상세

DeployDirectory() 공개 메소드

Creates a new directory deployment task.
public DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System
sourcePath [ The path of the source directory to copy from.
sourceManifest [ The contents of a file describing the source directory.
destinationPath [ The path of the destination directory to copy to.
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