C# 클래스 FluentFs.Core.FileSet

Represents a set of files with include and exclude filters
상속: IFileSet
파일 보기 프로젝트 열기: SkightTeam/eLiteWeb 1 사용 예제들

공개 메소드들

메소드 설명
Exclude ( Directory path ) : FileSet
Exclude ( File path ) : FileSet
Exclude ( string path ) : FileSet
FileSet ( ) : System.Collections.Generic

Creates a new fileset

Filter ( string filter ) : FileSet

Applies a filter to use when searching for files

Include ( Directory path ) : FileSet
Include ( File path ) : FileSet
Include ( string path ) : FileSet

비공개 메소드들

메소드 설명
DetermineActualFiles ( List input ) : IEnumerable
FileSet ( IFileSystemUtility utility ) : System.Collections.Generic
ProcessExclude ( string path ) : FileSet
ProcessInclude ( string path ) : FileSet
ProcessPendings ( ) : void

메소드 상세

Exclude() 공개 메소드

public Exclude ( Directory path ) : FileSet
path Directory
리턴 FileSet

Exclude() 공개 메소드

public Exclude ( File path ) : FileSet
path File
리턴 FileSet

Exclude() 공개 메소드

public Exclude ( string path ) : FileSet
path string
리턴 FileSet

FileSet() 공개 메소드

Creates a new fileset
public FileSet ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Filter() 공개 메소드

Applies a filter to use when searching for files
public Filter ( string filter ) : FileSet
filter string A wildcard filter (e.g. *.cs)
리턴 FileSet

Include() 공개 메소드

public Include ( Directory path ) : FileSet
path Directory
리턴 FileSet

Include() 공개 메소드

public Include ( File path ) : FileSet
path File
리턴 FileSet

Include() 공개 메소드

public Include ( string path ) : FileSet
path string
리턴 FileSet