C# 클래스 ZeroInstall.HierarchyToFolder

상속: HierarchyVisitor
파일 보기 프로젝트 열기: 0install/0install-win 1 사용 예제들

공개 메소드들

메소드 설명
HierarchyToFolder ( string targetFolder ) : System
VisitFile ( FileEntry entry ) : void
VisitFolder ( FolderEntry entry ) : void
VisitRoot ( RootEntry entry ) : void

보호된 메소드들

메소드 설명
CheckAndPrepareWritePathForFolder ( string thisFoldersPath ) : void
SetDestinationDate ( string combinedPath, HierarchyEntry entry ) : void

비공개 메소드들

메소드 설명
CheckWritePath ( string combinedPath ) : void
WriteFileEntryTo ( FileEntry entry, string combinedPath ) : void

메소드 상세

CheckAndPrepareWritePathForFolder() 보호된 정적인 메소드

protected static CheckAndPrepareWritePathForFolder ( string thisFoldersPath ) : void
thisFoldersPath string
리턴 void

HierarchyToFolder() 공개 메소드

public HierarchyToFolder ( string targetFolder ) : System
targetFolder string
리턴 System

SetDestinationDate() 보호된 정적인 메소드

protected static SetDestinationDate ( string combinedPath, HierarchyEntry entry ) : void
combinedPath string
entry HierarchyEntry
리턴 void

VisitFile() 공개 메소드

public VisitFile ( FileEntry entry ) : void
entry FileEntry
리턴 void

VisitFolder() 공개 메소드

public VisitFolder ( FolderEntry entry ) : void
entry FolderEntry
리턴 void

VisitRoot() 공개 메소드

public VisitRoot ( RootEntry entry ) : void
entry RootEntry
리턴 void