C# 클래스 NChanges.Tool.PathHelper

파일 보기 프로젝트 열기: jdiamond/NChanges

공개 메소드들

메소드 설명
EnsureFolderExists ( string outputPath ) : void
ExpandPath ( string path ) : IEnumerable
ExpandPaths ( IEnumerable paths ) : IEnumerable
FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string

메소드 상세

EnsureFolderExists() 공개 정적인 메소드

public static EnsureFolderExists ( string outputPath ) : void
outputPath string
리턴 void

ExpandPath() 공개 정적인 메소드

public static ExpandPath ( string path ) : IEnumerable
path string
리턴 IEnumerable

ExpandPaths() 공개 정적인 메소드

public static ExpandPaths ( IEnumerable paths ) : IEnumerable
paths IEnumerable
리턴 IEnumerable

FormatPath() 공개 정적인 메소드

public static FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string
output string
assembly NChanges.Core.AssemblyInfo
리턴 string