C# Class OpenIDE.Core.Scripts.ScriptFilter

Mostra file Open project: continuoustests/OpenIDE Class Usage Examples

Public Methods

Method Description
FilterScripts ( IEnumerable scripts ) : IEnumerable
GetScripts ( string path ) : IEnumerable
IsValid ( string filepath ) : bool

Method Details

FilterScripts() public method

public FilterScripts ( IEnumerable scripts ) : IEnumerable
scripts IEnumerable
return IEnumerable

GetScripts() public method

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

IsValid() public method

public IsValid ( string filepath ) : bool
filepath string
return bool