C# Class Beagrep.Filters.FilterText

Inheritance: Beagrep.Daemon.Filter
Exibir arquivo Open project: baohaojun/beagrep

Protected Methods

Method Description
DoOpen ( FileInfo file ) : void
DoPull ( ) : void
RegisterSupportedTypes ( ) : void

Private Methods

Method Description
FilterText ( ) : System
getLangMap ( ) : string

Method Details

DoOpen() protected method

protected DoOpen ( FileInfo file ) : void
file System.IO.FileInfo
return void

DoPull() protected method

protected DoPull ( ) : void
return void

RegisterSupportedTypes() protected method

protected RegisterSupportedTypes ( ) : void
return void