C# Class NChanges.Tool.PathHelper

Afficher le fichier Open project: jdiamond/NChanges

Méthodes publiques

Méthode 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 méthode

public static EnsureFolderExists ( string outputPath ) : void
outputPath string
Résultat void

ExpandPath() public static méthode

public static ExpandPath ( string path ) : IEnumerable
path string
Résultat IEnumerable

ExpandPaths() public static méthode

public static ExpandPaths ( IEnumerable paths ) : IEnumerable
paths IEnumerable
Résultat IEnumerable

FormatPath() public static méthode

public static FormatPath ( string output, NChanges.Core.AssemblyInfo assembly ) : string
output string
assembly NChanges.Core.AssemblyInfo
Résultat string