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

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

Méthodes publiques

Méthode Description
ClearDirectory ( [ path, [ manifest, [ handler ) : System

Creates a new directory clear task.

Méthodes protégées

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

Method Details

ClearDirectory() public méthode

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