C# Class ZeroInstall.HierarchyToFolder

Inheritance: HierarchyVisitor
Afficher le fichier Open project: 0install/0install-win Class Usage Examples

Méthodes publiques

Méthode Description
HierarchyToFolder ( string targetFolder ) : System
VisitFile ( FileEntry entry ) : void
VisitFolder ( FolderEntry entry ) : void
VisitRoot ( RootEntry entry ) : void

Méthodes protégées

Méthode Description
CheckAndPrepareWritePathForFolder ( string thisFoldersPath ) : void
SetDestinationDate ( string combinedPath, HierarchyEntry entry ) : void

Private Methods

Méthode Description
CheckWritePath ( string combinedPath ) : void
WriteFileEntryTo ( FileEntry entry, string combinedPath ) : void

Method Details

CheckAndPrepareWritePathForFolder() protected static méthode

protected static CheckAndPrepareWritePathForFolder ( string thisFoldersPath ) : void
thisFoldersPath string
Résultat void

HierarchyToFolder() public méthode

public HierarchyToFolder ( string targetFolder ) : System
targetFolder string
Résultat System

SetDestinationDate() protected static méthode

protected static SetDestinationDate ( string combinedPath, HierarchyEntry entry ) : void
combinedPath string
entry HierarchyEntry
Résultat void

VisitFile() public méthode

public VisitFile ( FileEntry entry ) : void
entry FileEntry
Résultat void

VisitFolder() public méthode

public VisitFolder ( FolderEntry entry ) : void
entry FolderEntry
Résultat void

VisitRoot() public méthode

public VisitRoot ( RootEntry entry ) : void
entry RootEntry
Résultat void