C# Class XRefresh.Scanner

Afficher le fichier Open project: binaryage/xrefresh Class Usage Examples

Méthodes publiques

Méthode Description
GetDescription ( ) : string
GetImageIndex ( ) : int
GetName ( ) : string
HasExtCache ( string path ) : bool
Scan ( string path ) : bool
SetFolder ( Model folder ) : void
SetupFilters ( ) : void
SuggestName ( string path ) : string

Méthodes protégées

Méthode Description
AddExclude ( string mask ) : void
AddExclude ( string mask, string info ) : void
AddInclude ( string mask ) : void
AddInclude ( string mask, string info ) : void
ContainsAtLeastNumFiles ( string root, string pattern, int num ) : bool
ContainsDir ( string root, string path ) : int
ContainsFile ( string root, string path ) : int

Private Methods

Méthode Description
BuildExtCache ( string f ) : void
BuildExtCacheWorker ( String folder, int>.Dictionary dict, int rootLen ) : void

Method Details

AddExclude() protected méthode

protected AddExclude ( string mask ) : void
mask string
Résultat void

AddExclude() protected méthode

protected AddExclude ( string mask, string info ) : void
mask string
info string
Résultat void

AddInclude() protected méthode

protected AddInclude ( string mask ) : void
mask string
Résultat void

AddInclude() protected méthode

protected AddInclude ( string mask, string info ) : void
mask string
info string
Résultat void

ContainsAtLeastNumFiles() protected méthode

protected ContainsAtLeastNumFiles ( string root, string pattern, int num ) : bool
root string
pattern string
num int
Résultat bool

ContainsDir() protected méthode

protected ContainsDir ( string root, string path ) : int
root string
path string
Résultat int

ContainsFile() protected méthode

protected ContainsFile ( string root, string path ) : int
root string
path string
Résultat int

GetDescription() public méthode

public GetDescription ( ) : string
Résultat string

GetImageIndex() public méthode

public GetImageIndex ( ) : int
Résultat int

GetName() public méthode

public GetName ( ) : string
Résultat string

HasExtCache() public méthode

public HasExtCache ( string path ) : bool
path string
Résultat bool

Scan() public méthode

public Scan ( string path ) : bool
path string
Résultat bool

SetFolder() public méthode

public SetFolder ( Model folder ) : void
folder Model
Résultat void

SetupFilters() public méthode

public SetupFilters ( ) : void
Résultat void

SuggestName() public méthode

public SuggestName ( string path ) : string
path string
Résultat string