C# Class Baseline.FileSet

Mostra file Open project: JasperFx/baseline Class Usage Examples

Private Properties

Property Type Description
getAllDistinctFiles IEnumerable

Public Methods

Method Description
AppendExclude ( string exclude ) : void
AppendInclude ( string include ) : void
Deep ( string include, string exclude = null ) : FileSet

Does a deep search in the folder

Equals ( FileSet other ) : bool
Equals ( object obj ) : bool
Everything ( ) : FileSet
ExcludedFilesFor ( string path ) : IEnumerable
FileSet ( ) : System.Collections.Generic
ForAssemblyDebugFiles ( IEnumerable assemblyNames ) : FileSet
ForAssemblyNames ( IEnumerable assemblyNames ) : FileSet
GetHashCode ( ) : int
IncludedFilesFor ( string path ) : IEnumerable
Shallow ( string include, string exclude = null ) : FileSet

Does a shallow search in the immediate folder for files matching the path search

ToString ( ) : string

Private Methods

Method Description
getAllDistinctFiles ( string path, string pattern ) : IEnumerable

Method Details

AppendExclude() public method

public AppendExclude ( string exclude ) : void
exclude string
return void

AppendInclude() public method

public AppendInclude ( string include ) : void
include string
return void

Deep() public static method

Does a deep search in the folder
public static Deep ( string include, string exclude = null ) : FileSet
include string Semicolon delimited list of search criteria to be included in the results
exclude string Semicolon delimited list of search criteria to be excluded in the results
return FileSet

Equals() public method

public Equals ( FileSet other ) : bool
other FileSet
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

Everything() public static method

public static Everything ( ) : FileSet
return FileSet

ExcludedFilesFor() public method

public ExcludedFilesFor ( string path ) : IEnumerable
path string
return IEnumerable

FileSet() public method

public FileSet ( ) : System.Collections.Generic
return System.Collections.Generic

ForAssemblyDebugFiles() public static method

public static ForAssemblyDebugFiles ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
return FileSet

ForAssemblyNames() public static method

public static ForAssemblyNames ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
return FileSet

GetHashCode() public method

public GetHashCode ( ) : int
return int

IncludedFilesFor() public method

public IncludedFilesFor ( string path ) : IEnumerable
path string
return IEnumerable

Shallow() public static method

Does a shallow search in the immediate folder for files matching the path search
public static Shallow ( string include, string exclude = null ) : FileSet
include string Semicolon delimited list of search criteria to be included in the results
exclude string Semicolon delimited list of search criteria to be excluded in the results
return FileSet

ToString() public method

public ToString ( ) : string
return string