C# Class NChanges.Tool.PathHelper

Exibir arquivo Open project: jdiamond/NChanges

Public Methods

Method Description
EnsureFolderExists ( string outputPath ) : void
ExpandPath ( string path ) : IEnumerable
ExpandPaths ( IEnumerable paths ) : IEnumerable
FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string

Method Details

EnsureFolderExists() public static method

public static EnsureFolderExists ( string outputPath ) : void
outputPath string
return void

ExpandPath() public static method

public static ExpandPath ( string path ) : IEnumerable
path string
return IEnumerable

ExpandPaths() public static method

public static ExpandPaths ( IEnumerable paths ) : IEnumerable
paths IEnumerable
return IEnumerable

FormatPath() public static method

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