C# Class Baseline.FileSet

Afficher le fichier Open project: JasperFx/baseline Class Usage Examples

Private Properties

Свойство Type Description
getAllDistinctFiles IEnumerable

Méthodes publiques

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

Méthode Description
getAllDistinctFiles ( string path, string pattern ) : IEnumerable

Method Details

AppendExclude() public méthode

public AppendExclude ( string exclude ) : void
exclude string
Résultat void

AppendInclude() public méthode

public AppendInclude ( string include ) : void
include string
Résultat void

Deep() public static méthode

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
Résultat FileSet

Equals() public méthode

public Equals ( FileSet other ) : bool
other FileSet
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

Everything() public static méthode

public static Everything ( ) : FileSet
Résultat FileSet

ExcludedFilesFor() public méthode

public ExcludedFilesFor ( string path ) : IEnumerable
path string
Résultat IEnumerable

FileSet() public méthode

public FileSet ( ) : System.Collections.Generic
Résultat System.Collections.Generic

ForAssemblyDebugFiles() public static méthode

public static ForAssemblyDebugFiles ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
Résultat FileSet

ForAssemblyNames() public static méthode

public static ForAssemblyNames ( IEnumerable assemblyNames ) : FileSet
assemblyNames IEnumerable
Résultat FileSet

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IncludedFilesFor() public méthode

public IncludedFilesFor ( string path ) : IEnumerable
path string
Résultat IEnumerable

Shallow() public static méthode

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
Résultat FileSet

ToString() public méthode

public ToString ( ) : string
Résultat string