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

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
DeployDirectory ( [ sourcePath, [ sourceManifest, [ destinationPath, [ handler ) : System

Creates a new directory deployment task.

Méthodes protégées

Méthode Description
OnCommit ( ) : void
OnRollback ( ) : void
OnStage ( ) : void

Method Details

DeployDirectory() public méthode

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.
Résultat System

OnCommit() protected méthode

protected OnCommit ( ) : void
Résultat void

OnRollback() protected méthode

protected OnRollback ( ) : void
Résultat void

OnStage() protected méthode

protected OnStage ( ) : void
Résultat void