C# Class Rejuicer.Rules.WildcardMatchFileRule

Inheritance: IContentSourceRule
ファイルを表示 Open project: skroonenburg/Rejuicer

Private Properties

Property Type Description
FileNotExcluded bool
WildcardMatchFileRule System.Collections.Generic

Public Methods

Method Description
Evaluate ( ResourceType resourceType ) : IOrderedEnumerable
WildcardMatchFileRule ( string folderVirtualPath, string searchPattern, bool recursive, Mode mode, IVirtualPathResolver virtualPathResolver = null, IList excludeFiles = null ) : System.Collections.Generic

Private Methods

Method Description
FileNotExcluded ( FileInfo file ) : bool
WildcardMatchFileRule ( ) : System.Collections.Generic

Method Details

Evaluate() public method

public Evaluate ( ResourceType resourceType ) : IOrderedEnumerable
resourceType ResourceType
return IOrderedEnumerable

WildcardMatchFileRule() public method

public WildcardMatchFileRule ( string folderVirtualPath, string searchPattern, bool recursive, Mode mode, IVirtualPathResolver virtualPathResolver = null, IList excludeFiles = null ) : System.Collections.Generic
folderVirtualPath string
searchPattern string
recursive bool
mode Mode
virtualPathResolver IVirtualPathResolver
excludeFiles IList
return System.Collections.Generic