C# 클래스 Sep.Git.Tfs.Core.DirectoryTidier

상속: ITfsWorkspaceModifier, IDisposable
파일 보기 프로젝트 열기: pmiossec/git-tfs 1 사용 예제들

공개 메소드들

메소드 설명
DirectoryTidier ( ITfsWorkspaceModifier workspace, Func getInitialTfsTree ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
CalculateCandidateDirectories ( ) : IEnumerable
DeleteEmptyDir ( string dirName, List deletedDirs ) : void
GetDirectoryName ( string path ) : string
HasEntryInDir ( string dirName ) : bool
ITfsWorkspaceModifier ( string path ) : string
ITfsWorkspaceModifier ( string path ) : void
ITfsWorkspaceModifier ( string pathFrom, string pathTo, string score ) : void
IsDirDeletedAlready ( string downcasedDirName, IEnumerable deletedDirs ) : bool

메소드 상세

DirectoryTidier() 공개 메소드

public DirectoryTidier ( ITfsWorkspaceModifier workspace, Func getInitialTfsTree ) : System
workspace ITfsWorkspaceModifier
getInitialTfsTree Func
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void