C# 클래스 Orchard.Specs.Util.PathExtensions

파일 보기 프로젝트 열기: ucdavis/Orchard

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
FileCopy ( Bleroy.FluentPath.Path sourcePath, Bleroy.FluentPath.Path targetPath, Bleroy.FluentPath.Path sourceFile ) : void

메소드 상세

DeepCopy() 공개 정적인 메소드

public static DeepCopy ( this sourcePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
targetPath Bleroy.FluentPath.Path
리턴 Bleroy.FluentPath.Path

DeepCopy() 공개 정적인 메소드

public static DeepCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
pattern string
targetPath Bleroy.FluentPath.Path
리턴 Bleroy.FluentPath.Path

GetRelativePath() 공개 정적인 메소드

public static GetRelativePath ( this path, Bleroy.FluentPath.Path basePath ) : Bleroy.FluentPath.Path
path this
basePath Bleroy.FluentPath.Path
리턴 Bleroy.FluentPath.Path

ShallowCopy() 공개 정적인 메소드

public static ShallowCopy ( this sourcePath, Predicate predicatePath, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
predicatePath Predicate
targetPath Bleroy.FluentPath.Path
리턴 Bleroy.FluentPath.Path

ShallowCopy() 공개 정적인 메소드

public static ShallowCopy ( this sourcePath, string pattern, Bleroy.FluentPath.Path targetPath ) : Bleroy.FluentPath.Path
sourcePath this
pattern string
targetPath Bleroy.FluentPath.Path
리턴 Bleroy.FluentPath.Path