C# Class Orchard.Specs.Util.PathExtensions

Afficher le fichier Open project: ucdavis/Orchard

Méthodes publiques

Méthode Description
DeepCopy ( this sourcePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
DeepCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
GetRelativePath ( this path, Bleroy.FluentPath.Path basePath ) : Bleroy.FluentPath.Path
ShallowCopy ( this sourcePath, Predicate predicatePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
ShallowCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path

Private Methods

Méthode Description
FileCopy ( Bleroy.FluentPath.Path sourcePath, Bleroy.FluentPath.Path targetPath, Bleroy.FluentPath.Path sourceFile ) : void

Method Details

DeepCopy() public static méthode

public static DeepCopy ( this sourcePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
targetPath Bleroy.FluentPath.Path
Résultat Bleroy.FluentPath.Path

DeepCopy() public static méthode

public static DeepCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
pattern string
targetPath Bleroy.FluentPath.Path
Résultat Bleroy.FluentPath.Path

GetRelativePath() public static méthode

public static GetRelativePath ( this path, Bleroy.FluentPath.Path basePath ) : Bleroy.FluentPath.Path
path this
basePath Bleroy.FluentPath.Path
Résultat Bleroy.FluentPath.Path

ShallowCopy() public static méthode

public static ShallowCopy ( this sourcePath, Predicate predicatePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
predicatePath Predicate
targetPath Bleroy.FluentPath.Path
Résultat Bleroy.FluentPath.Path

ShallowCopy() public static méthode

public static ShallowCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
pattern string
targetPath Bleroy.FluentPath.Path
Résultat Bleroy.FluentPath.Path