C# Class Bottles.PackageFiles

Inheritance: IPackageFiles
Show file Open project: DarthFubuMVC/bottles

Public Methods

Method Description
ForFolder ( string folderName, Action onFound ) : void
GetFiles ( string folderName, string searchPattern, Stream>.Action onFileCallback ) : bool
RegisterFolder ( string folderName, string directory ) : void

Private Methods

Method Description
debuggerDisplay ( ) : string

Method Details

ForFolder() public method

public ForFolder ( string folderName, Action onFound ) : void
folderName string
onFound Action
return void

GetFiles() public method

public GetFiles ( string folderName, string searchPattern, Stream>.Action onFileCallback ) : bool
folderName string
searchPattern string
onFileCallback Stream>.Action
return bool

RegisterFolder() public method

public RegisterFolder ( string folderName, string directory ) : void
folderName string
directory string
return void