C# Class ZeroInstall.Store.Implementations.Deployment.DeployDirectory

Deploys/copies files listed in a Manifest file to another directory.
Inheritance: DirectoryOperation
Exibir arquivo Open project: 0install/0install-win Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System

Creates a new directory deployment task.

Protected Methods

Method Description
OnCommit ( ) : void
OnRollback ( ) : void
OnStage ( ) : void

Method Details

DeployDirectory() public method

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.
return System

OnCommit() protected method

protected OnCommit ( ) : void
return void

OnRollback() protected method

protected OnRollback ( ) : void
return void

OnStage() protected method

protected OnStage ( ) : void
return void